Description
I just spun up a new project and am uploading JavaScript test coverage reports (generated by Jest) to Codecov using the action for GitHub Actions. In my project I’m not seeing any data, just a generic “There was an error processing coverage reports” error.
Repository
(The application being tested is in the frontend
directory - I’m suspicious that this is part of the issue, and I’ve tried to fix paths, via the docs on fixing paths, but nothing has worked.
Versions
Chrome 78, macOS Mojave, but I doubt this is relevant
More importantly:
jest-cli@24.9.0
codecov/codecov-action@v1
Additional Information
Zipfile of the reports generated with Jest: https://files.bjacobel.com/coverage.zip
Codecov GH Actions logs: (inlined below)
Run codecov/codecov-action@v1
bash codecov.sh -n -F -y codecov.yml
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Bash-20191203-57b854c
==> GitHub Actions detected.
project root: .
--> token set from env
Yaml found at: codecov.yml
sed: can't read ./codecov.yml: No such file or directory
==> Running gcov in . (disable via -X gcov)
==> Python coveragepy not found
==> Searching for coverage reports in:
+ .
-> Found 3 reports
==> Detecting git/mercurial file structure
==> Reading reports
+ ./coverage/clover.xml bytes=9580
+ ./coverage/coverage-final.json bytes=21994
+ ./coverage/lcov.info bytes=4242
==> Appending adjustments
http://docs.codecov.io/docs/fixing-reports
-> No adjustments found
==> Gzipping contents
==> Uploading reports
url: https://codecov.io
query: branch=frontend&commit=b341efe45de1becb0bfd8eab6c07c47fb302bc82&build=&build_url=&name=&tag=&slug=bjacobel%2Fepstein&service=github-actions&flags=&pr=&job=
-> Pinging Codecov
https://codecov.io/upload/v4?package=bash-20191203-57b854c&token=secret&branch=frontend&commit=b341efe45de1becb0bfd8eab6c07c47fb302bc82&build=&build_url=&name=&tag=&slug=bjacobel%2Fepstein&service=github-actions&flags=&pr=&job=
-> Uploading
-> View reports at https://codecov.io/github/bjacobel/epstein/commit/b341efe45de1becb0bfd8eab6c07c47fb302bc82