diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 095e4eb..f6c8a96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,8 @@ jobs: - run: pip install -e ".[dev]" - run: coverage run -m pytest - uses: codecov/codecov-action@v4 - if: always() \ No newline at end of file + if: always() + with: + token: ${{ secrets.CODECOV_TOKEN }} + files: ./coverage.xml + fail_ci_if_error: false \ No newline at end of file