From de514281d56ba7f98c23a24b5b979f13da6a292c Mon Sep 17 00:00:00 2001 From: Matthew Carroll <28577806+MJC598@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:51:52 -0400 Subject: [PATCH] fixing the codecov upload --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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