Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Usage of `coverage` stores data in the internal `.coverage` file that is not supported^1 by codecov. This results in silently (because we dont use fail option by default) not uploading coverage. This fixes it by runnin `coverage xml` in coverage_report which outputs a compatible file in `coverage.xml` 1: https://docs.codecov.com/docs/supported-report-formats#non-supported-code-coverage-formats
- Loading branch information