Skip to content

Commit

Permalink
only conditionally upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sdabhi23 committed Jan 10, 2025
1 parent 3a9aeff commit 91dea3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
pytest --cov=bsedata --no-cov-on-fail --cov-report=xml -n 4
- name: Upload to codecov
if: ${{ matrix.python-version == 3.13 }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 91dea3c

Please sign in to comment.