Skip to content

Commit ea0852e

Browse files
authored
Merge pull request #114 from modern-python/ci/drop-codecov
ci: drop codecov upload step
2 parents dc7312e + dff5c58 commit ea0852e

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

Comments
 (0)