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 9009bdc commit 87fffcaCopy full SHA for 87fffca
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
TEST_NODE_PARITY: 1
38
run: bundle exec rake test
39
- name: Upload coverage to Codecov
40
+ if: matrix.ruby == 3.3
41
uses: codecov/codecov-action@v5
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments