Description
Upgrading to v2 resulted in Error!: Error: No coverage files located, please try use
-f, or change the project root with
-R``.
Specifying files: .coverage
made the upload succeed, but then had a generic error (no code) on Codecov: There was an error processing coverage reports.
Finally, switching the output to xml
seemed to fix it. Is the default output of pytest --cov
no longer supports.
Commit SHAs
Repository
CI/CD or Build URL
GitHub Actions.
Uploader
GitHub action codecov/codecov-action@v2
Codecov Output
26](Codecov test. · coady/pytest-parametrized@4a56522 · GitHub){“status”:“success”,“resultURL”:“Code coverage done right.”}
Expected Results
Coverage report.
Actual Results
No coverage report.