Skip to content

Commit b64d8e9

Browse files
committed
Upload codecov only on ubuntu
1 parent 61f18d2 commit b64d8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
pytest --cov=kliff --cov-report=xml
6666
6767
- uses: codecov/codecov-action@v4
68-
if: matrix.python-version == '3.10' && github.repository == 'openkim/kliff'
68+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.repository == 'openkim/kliff'
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
file: ./coverage.xml

0 commit comments

Comments
 (0)