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 8cea7d0 commit fefaa8cCopy full SHA for fefaa8c
.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].1
+ uses: codecov/[email protected].2
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
fail_ci_if_error: true
0 commit comments