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 2a8f96d commit 0543c39Copy full SHA for 0543c39
.github/workflows/gem_ci.yml
@@ -73,7 +73,8 @@ jobs:
73
if: |
74
contains(inputs.rake_task, 'coverage') &&
75
inputs.runs_on == 'ubuntu-latest' &&
76
- inputs.ruby_version == '3.2'
+ inputs.ruby_version == '3.2' &&
77
+ secrets.CODECOV_TOKEN
78
uses: codecov/codecov-action@v4
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments