diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 45a9e27..835defa 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -99,7 +99,7 @@ jobs: exit 1 - name: Upload coverage to Codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/odyssey diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 08fcae9..553384c 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -66,7 +66,7 @@ jobs: uv run pytest -m "not integration_test" --cov odyssey --cov-report=xml tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/odyssey