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 bdf6282 commit 715f74eCopy full SHA for 715f74e
.github/workflows/ci.yml
@@ -25,10 +25,10 @@ jobs:
25
- name: Test
26
run: npm run test
27
- name: Upload coverage report
28
- if: ${{ matrix.os == ubuntu-latest }}
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' }}
29
uses: codecov/codecov-action@v3
30
- name: SonarCloud Scan
31
32
uses: sonarsource/sonarcloud-github-action@master
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments