Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@e79a6962e0d4c0c17b229090214935d2e33f8354
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: VectorInstitute/AgentFinVQA
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@e79a6962e0d4c0c17b229090214935d2e33f8354
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: VectorInstitute/AgentFinVQA
Expand Down
Loading