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 671b495 commit 6dc91f1Copy full SHA for 6dc91f1
1 file changed
.github/workflows/ci.yml
@@ -43,10 +43,3 @@ jobs:
43
- run: uv python install ${{ matrix.python-version }}
44
- run: just install
45
- run: just test --cov-report xml
46
- - uses: codecov/codecov-action@v4.0.1
47
- env:
48
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
- with:
50
- files: ./coverage.xml
51
- flags: unittests
52
- name: codecov-${{ matrix.python-version }}
0 commit comments