diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e50c423..3ceb52f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,5 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} + file: coverage.xml \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 12ccc6a..6e29595 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,5 +39,5 @@ commands = [testenv:coverage] deps = coverage commands = - coverage html --fail-under=0 + coverage xml coverage report