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 c1da2af commit 2598ca2Copy full SHA for 2598ca2
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
run: bundle exec rspec
34
- name: Upload coverage to Codecov
35
if: ${{ strategy.job-index == 0 }} # only run codecov on first run
36
- uses: codecov/[email protected].5
+ uses: codecov/[email protected].6
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
fail_ci_if_error: true
0 commit comments