Skip to content

Coverage

Coverage #25

Triggered via workflow run August 14, 2024 17:21
@metacollinmetacollin
completed 7fc271f
Status Failure
Total duration 38s
Artifacts

coverage.yml

on: workflow_run
Check coverage
30s
Check coverage
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 10 notices
Check coverage
The PR cannot be found. That's strange. Please open an issue at https://github.com/py-cov-action/python-coverage-comment-action Traceback (most recent call last): File "/workdir/coverage_comment/github.py", line 128, in find_pr_for_branch return next( ^^^^^ StopIteration During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/workdir/coverage_comment/main.py", line 304, in post_comment pr_number = github.find_pr_for_branch( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workdir/coverage_comment/github.py", line 137, in find_pr_for_branch raise CannotDeterminePR(f"No open PR found for branch {branch}") coverage_comment.github.CannotDeterminePR: No open PR found for branch master
Check coverage
Starting action
Check coverage
HTTP Request: GET https://api.github.com/repos/MacroFab/pcb-tools "HTTP/1.1 200 OK"
Check coverage
Posting comment to PR
Check coverage
HTTP Request: GET https://api.github.com/user "HTTP/1.1 403 Forbidden"
Check coverage
Search for PR associated with run id 10392116345
Check coverage
HTTP Request: GET https://api.github.com/repos/MacroFab/pcb-tools/actions/runs/10392116345 "HTTP/1.1 200 OK"
Check coverage
HTTP Request: GET https://api.github.com/repos/MacroFab/pcb-tools/pulls?state=open&head=MacroFab%3Amaster&sort=updated&direction=desc "HTTP/1.1 200 OK"
Check coverage
No open PR found for branch master, defaulting to all PRs
Check coverage
HTTP Request: GET https://api.github.com/repos/MacroFab/pcb-tools/pulls?state=all&head=MacroFab%3Amaster&sort=updated&direction=desc "HTTP/1.1 200 OK"
Check coverage
Ending action
Check coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/