Skip to content

Commit

Permalink
limit coverage to py3.12 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ircwaves committed May 14, 2024
1 parent 5de070c commit 5e65f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Test with pytest
run: pytest --cov=cirrus --cov-report=xml
- name: "Upload coverage to Codecov"
if: ${{ matrix.python-version == "3.12" }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 5e65f46

Please sign in to comment.