Skip to content

Commit 41efa6e

Browse files
committed
try out sonarqube
1 parent 7a36d88 commit 41efa6e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
run: cargo build --verbose
2020
- name: Run tests
2121
run: cargo test --verbose
22+
- name: SonarCloud Scan
23+
uses: SonarSource/sonarcloud-github-action@master
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
26+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)