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 0e3f9ab commit e1fd92cCopy full SHA for e1fd92c
.github/workflows/ci-test.yml
@@ -40,13 +40,11 @@ jobs:
40
run: make test
41
42
- name: SonarQube Scan
43
- if: matrix.os == 'ubuntu-latest'
44
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
45
env:
46
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47
48
- name: Upload coverage reports to Codecov
49
50
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
51
with:
52
fail_ci_if_error: true
0 commit comments