Skip to content

Commit

Permalink
Merge pull request #123 from EvHaus/patch-1
Browse files Browse the repository at this point in the history
Update troubleshooting recommendations
  • Loading branch information
afinetooth committed May 31, 2022
2 parents 9ba913c + b3e0f1e commit 3284643
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -128,12 +128,17 @@ The "Coveralls Finished" step needs to run after all other steps have completed;

### Coveralls comments aren't added to my pull request

Ensure your workflow that invokes the Coveralls action runs on pull requests, e.g.:
Ensure that:

1. Your workflow invokes the Coveralls action runs on pull requests, e.g.:

```yaml
on: ["push", "pull_request"]
```

2. You have invited the [@coveralls](https://github.com/coveralls) user to your repository as a collaborator
3. You have enabled the "LEAVE COMMENTS?" setting in the "Pull Request Alerts" area in your Repo Settings page inside the Coveralls app.

### Coveralls responds with "cannot find matching repository"

Ensure your workflow yaml line for the GitHub token matches *exactly*:
Expand Down

0 comments on commit 3284643

Please sign in to comment.