diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index f7416bb..867158e 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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/eval-agents