diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 741ffe8..e3eeea7 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -62,7 +62,7 @@ jobs: # Uncomment this once this repo is configured on Codecov - name: Upload coverage to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/AgentFinVQA diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a005697..1aa4bbd 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -62,7 +62,7 @@ jobs: # Uncomment this once this repo is configured on Codecov - name: Upload coverage to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/AgentFinVQA