Skip to content

Commit

Permalink
Upload codecov only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Feb 23, 2024
1 parent 61f18d2 commit b64d8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pytest --cov=kliff --cov-report=xml
- uses: codecov/codecov-action@v4
if: matrix.python-version == '3.10' && github.repository == 'openkim/kliff'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.repository == 'openkim/kliff'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit b64d8e9

Please sign in to comment.