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](https://github.com/coady/pytest-parametrized/runs/3129640475?check_suite_focus=true#step:6:26){“status”:“success”,“resultURL”:“Codecov”}
Expected Results
Coverage report.
Actual Results
No coverage report.