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 633e144 commit bdf6282Copy full SHA for bdf6282
.github/workflows/ci.yml
@@ -25,8 +25,10 @@ jobs:
25
- name: Test
26
run: npm run test
27
- name: Upload coverage report
28
+ if: ${{ matrix.os == ubuntu-latest }}
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