Description
I am trying to view the coverage information for a GitHub PR and I can’t access the page. Or I should say that it sometimes work, most of the time it’s not.
Today, I can’t access Codecov. But it’s not just this one. I’ve been having such problems on other PRs in the past.
I get this error most of the time:
CI/CD URL
PR: Fix code coverage report uploads by JeanChristopheMorinPerso · Pull Request #1189 · AcademySoftwareFoundation/OpenTimelineIO · GitHub
Build: Fix code coverage report uploads · AcademySoftwareFoundation/OpenTimelineIO@4ebff50 · GitHub
Codecov Output
The log output is taken from Fix code coverage report uploads · AcademySoftwareFoundation/OpenTimelineIO@4ebff50 · GitHub .
==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
==> SHASUM file signed by key id 806bb28aed779869
==> Uploader SHASUM verified (3f724b412751ee8362535f73c54cf93b0d008ed59f3e333c1f0c8532978da297 codecov)
==> Running version latest
==> Running version v0.1.9
/home/runner/work/_actions/codecov/codecov-action/v2.1.0/dist/codecov -n opentimelineio-codecov -Q github-action-2.1.0 -Z -F unittests -C 4ebff503dd02fce56e34df9f0438b196ae19b1a6
[2022-01-09T19:08:32.627Z] ['info']
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.1.13
[2022-01-09T19:08:32.635Z] ['info'] => Project root located at: /home/runner/work/OpenTimelineIO/OpenTimelineIO
[2022-01-09T19:08:32.641Z] ['info'] -> No token specified or token is empty
[2022-01-09T19:08:32.647Z] ['info'] Searching for coverage files...
[2022-01-09T19:08:32.731Z] ['info'] => Found 2 possible coverage files:
coverage.xml
build/coverage.filtered.info
[2022-01-09T19:08:32.731Z] ['info'] Processing /home/runner/work/OpenTimelineIO/OpenTimelineIO/coverage.xml...
[2022-01-09T19:08:32.740Z] ['info'] Processing /home/runner/work/OpenTimelineIO/OpenTimelineIO/build/coverage.filtered.info...
[2022-01-09T19:08:32.767Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-01-09T19:08:32.769Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-2.1.0-uploader-0.1.13&token=*******&branch=reenable_coverage&build=1674645899&build_url=https%3A%2F%2Fgithub.com%2FPixarAnimationStudios%2FOpenTimelineIO%2Factions%2Fruns%2F1674645899&commit=4ebff503dd02fce56e34df9f0438b196ae19b1a6&job=OpenTimelineIO&pr=1189&service=github-actions&slug=PixarAnimationStudios%2FOpenTimelineIO&name=opentimelineio-codecov&tag=&flags=unittests&parent=
[2022-01-09T19:08:33.232Z] ['info'] Uploading...
[2022-01-09T19:08:33.472Z] ['info'] {"status":"success","resultURL":"https://codecov.io/github/PixarAnimationStudios/OpenTimelineIO/commit/4ebff503dd02fce56e34df9f0438b196ae19b1a6"}
Expected Results
To be able to access the page at all times.
Actual Results
As what the description says.
Additional Information
- All links in the PR comment (Fix code coverage report uploads by JeanChristopheMorinPerso · Pull Request #1189 · AcademySoftwareFoundation/OpenTimelineIO · GitHub) give me the same result.
- I tried in incognito mode, clearing cookies, etc.
- I noticed that it sometimes work a little bit better if I go to the project page, then go in the Pulls tab, and select the pull request I want to see. But again, most of the time it doesn’t work. It just seems to work slightly more often than when clicking on the links in the PR comment.
Thanks and let me know if more details are necessary.