We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478ef04 commit 3ae6d94Copy full SHA for 3ae6d94
1 file changed
.github/workflows/ci.yml
@@ -45,10 +45,3 @@ jobs:
45
- run: uv python install ${{ matrix.python-version }}
46
- run: just install
47
- run: just test . --cov=. --cov-report xml
48
- - uses: codecov/codecov-action@v4.0.1
49
- env:
50
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
51
- with:
52
- files: ./coverage.xml
53
- flags: unittests
54
- name: codecov-${{ matrix.python-version }}
0 commit comments