We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51bccd commit a83142eCopy full SHA for a83142e
.github/workflows/test.yml
@@ -43,12 +43,12 @@ jobs:
43
run: |
44
pixi run -e nogil nogil-eta
45
- name: Test coverage
46
- if: runner.os == 'Linux'
+ if: matrix.os == 'ubuntu-latest'
47
shell: bash
48
49
FMT=xml pixi run -e dev test-coverage
50
- name: Upload coverage reports to Codecov
51
52
uses: codecov/codecov-action@v5
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments