Skip to content

Commit a860e2d

Browse files
committed
ci: dev
1 parent e19f904 commit a860e2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Run tests
4040
run: make test
4141

42+
- name: SonarQube Scan
43+
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
44+
env:
45+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46+
4247
- name: Upload coverage reports to Codecov
4348
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
4449
with:

0 commit comments

Comments
 (0)