Skip to content

Commit

Permalink
Added so code coverage runs on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Wahlgren committed Feb 26, 2024
1 parent 9a968b3 commit 8ed016d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Submit coverage report to Codecov
# only submit to Codecov once
if: ${{ matrix.python-version == 3.8 }}
if: ${{ matrix.python-version == 3.10 }}
uses: codecov/[email protected]
with:
fail_ci_if_error: true

0 comments on commit 8ed016d

Please sign in to comment.