Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Report coverage for all Python versions (#1936)
* Remove check to only report coverage to Codecov for the oldest Python (Python 3.7) and newest (Python 3.10) tested and instead report the coverage for all versions. The coverage flag for Codecov is 'unittests-${{ matrix.python-version }}' and so the Codecov report will now show coverage for all versions and not just the 'bookend' versions.
- Loading branch information