diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acd2126..239420a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,8 +33,8 @@ jobs: - name: Run tests run: uv run pytest --benchmark-disable --cov=respondpy --cov-report=term-missing --cov-report=xml tests - - name: Upload coverage to Codecov + - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: - files: ./coverage.xml - fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} + slug: SyndemicsLab/respondpy