Skip to content

Commit a715ab4

Browse files
committed
Adding sonar analysis
1 parent 989e355 commit a715ab4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ jobs:
5353
- name: Run unit tests
5454
run: sh ${{ github.workspace }}/scripts/4_run_tests.sh
5555

56+
- name: SonarCloud Scan
57+
uses: SonarSource/sonarcloud-github-action@master
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
60+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)