diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8427f9..669adee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,3 @@ jobs: - run: uv python install ${{ matrix.python-version }} - run: just install - run: just test . --cov=. --cov-report xml - - uses: codecov/codecov-action@v4.0.1 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - with: - files: ./coverage.xml - flags: unittests - name: codecov-${{ matrix.python-version }}