diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 439db89..33d4557 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -60,7 +60,7 @@ jobs: uv run pytest -m "not integration_test" --cov aieng/agent_evals --cov-report=xml tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/eval-agents