1 parent b2ecdf7 commit a337256Copy full SHA for a337256
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
bundler-cache: true
39
- run: bundle exec rake
40
- uses: codecov/codecov-action@v2
41
- if: ${{ matrix.os == 'ubuntu' && matrix.ruby == '3.0' }}
+ if: ${{ matrix.os == 'ubuntu' && matrix.ruby == '4.0' }}
42
with:
43
file: ./coverage/coverage.xml
44
fail_ci_if_error: true
0 commit comments