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 1f18dcc commit 30d9eb8Copy full SHA for 30d9eb8
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: bundle exec rake test
38
- name: Upload coverage to Codecov
39
if: matrix.ruby == '3.3'
40
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
files: ./coverage/coverage.json
0 commit comments