Skip to content

Commit a83142e

Browse files
committed
fix codecov condition in test
1 parent e51bccd commit a83142e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
run: |
4444
pixi run -e nogil nogil-eta
4545
- name: Test coverage
46-
if: runner.os == 'Linux'
46+
if: matrix.os == 'ubuntu-latest'
4747
shell: bash
4848
run: |
4949
FMT=xml pixi run -e dev test-coverage
5050
- name: Upload coverage reports to Codecov
51-
if: runner.os == 'Linux'
51+
if: matrix.os == 'ubuntu-latest'
5252
uses: codecov/codecov-action@v5
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)