Skip to content

Commit 6dc91f1

Browse files
committed
fix ci
1 parent 671b495 commit 6dc91f1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ jobs:
4343
- run: uv python install ${{ matrix.python-version }}
4444
- run: just install
4545
- 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

Comments
 (0)