Skip to content

Commit

Permalink
ci: Report coverage for all Python versions (#1936)
Browse files Browse the repository at this point in the history
* 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
matthewfeickert authored Aug 12, 2022
1 parent 97664bc commit 3295d86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
- name: Report core project coverage with Codecov
if: >-
github.event_name != 'schedule' &&
(matrix.python-version == '3.7' || matrix.python-version == '3.10') &&
matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 3295d86

Please sign in to comment.