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 e19f904 commit a860e2dCopy full SHA for a860e2d
.github/workflows/ci-test.yml
@@ -39,6 +39,11 @@ jobs:
39
- name: Run tests
40
run: make test
41
42
+ - name: SonarQube Scan
43
+ uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
44
+ env:
45
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46
+
47
- name: Upload coverage reports to Codecov
48
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
49
with:
0 commit comments