Skip to content

Commit 3ae6d94

Browse files
author
Artur Shiriev
committed
fix coverage settings
1 parent 478ef04 commit 3ae6d94

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
@@ -45,10 +45,3 @@ jobs:
4545
- run: uv python install ${{ matrix.python-version }}
4646
- run: just install
4747
- 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

Comments
 (0)