Add coverage commenting #84
Annotations
4 errors and 1 warning
|
unit (macos-latest)
Unexpected HTTP response: 503
|
|
unit (ubuntu-latest)
Resource not accessible by integration - https://docs.github.com/rest/issues/comments#list-issue-comments
|
|
unit (ubuntu-latest)
HttpError: Resource not accessible by integration - https://docs.github.com/rest/issues/comments#list-issue-comments
|
|
unit (ubuntu-latest)
Permission denied when trying to create/update comment.
This error usually occurs because the GITHUB_TOKEN lacks necessary permissions.
To fix this, add a permissions block to your workflow:
```yaml
permissions:
contents: read # For checkout and comparing commits
pull-requests: write # For creating/updating PR comments
```
For pull request events and more information, see:
https://github.com/MishaKav/pytest-coverage-comment#comment-not-appearing
|
|
unit (ubuntu-latest)
File "/home/runner/work/rbc/rbc/./pytest-coverage.txt" doesn't exist
|