Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
petiaccja committed Feb 22, 2024
1 parent d22a5df commit 0748434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
llvm-cov show ./test -instr-profile=coverage.profdata > ${{github.workspace}}/coverage.txt
- name: Run sonar-scanner
working-directory: ${{github.workspace}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sonar.projectName=asyncpp
sonar.sources=./src,./include
#sonar.exclusions=

sonar.cfamily.llvm-cov.reportPath=../coverage.txt
sonar.junit.reportPaths=../tests.xml
sonar.cfamily.llvm-cov.reportPath=./coverage.txt
sonar.junit.reportPaths=./tests.xml
sonar.cfamily.threads=4

0 comments on commit 0748434

Please sign in to comment.