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.
2 parents dce2af2 + 5620e32 commit 036cf8dCopy full SHA for 036cf8d
.github/workflows/ci.yaml
@@ -12,6 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
ruby-version:
15
+ - '2.7'
16
- '3.0'
17
node-version:
18
- 18
@@ -66,7 +67,7 @@ jobs:
66
67
- name: Run tests
68
run: bundle exec rake
69
- name: Report code coverage
- if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' &&
70
+ if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' &&
71
matrix.test-suite == 'spec' }}"
72
continue-on-error: true
73
uses: paambaati/codeclimate-action@v5
0 commit comments