There was an error while loading. Please reload this page.
2 parents dc7312e + dff5c58 commit ea0852eCopy full SHA for ea0852e
1 file changed
.github/workflows/ci.yml
@@ -44,10 +44,3 @@ jobs:
44
- run: uv python install ${{ matrix.python-version }}
45
- run: just install
46
- run: just test . --cov=. --cov-report xml
47
- - uses: codecov/codecov-action@v4.0.1
48
- env:
49
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
50
- with:
51
- files: ./coverage.xml
52
- flags: unittests
53
- name: codecov-${{ matrix.python-version }}
0 commit comments