We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77d790 commit 9cc346fCopy full SHA for 9cc346f
src/pages/RepoPage/FailedTestsTab/GitHubActions/GitHubActions.tsx
@@ -51,7 +51,7 @@ const JobsScript = `jobs:
51
pytest --cov --junitxml=junit.xml
52
# Copy and paste the codecov/test-results-action here
53
- name: Upload coverage to Codecov
54
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
55
with:
56
token: \${{ secrets.CODECOV_TOKEN }}
57
- name: Upload test results to Codecov
0 commit comments