Skip to content

Commit

Permalink
#sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed May 8, 2024
1 parent acac340 commit afbd55e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ jobs:
test
- name: Run build-wrapper
run: |
cd build || die
build-wrapper-linux-x86-64 --out-dir . cmake --build . --target unittest || die "Build wrapper failed"
ls -la build/
echo ${{ secrets.SONAR_TOKEN }}
- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: >
sonar-scanner
-X
--define sonar.cfamily.build-wrapper-output="build"
--define sonar.organization=opencyphal-garage
--define sonar.projectKey=OpenCyphal-Garage_libcyphal
--define sonar.projectName=libcyphal
Expand Down

0 comments on commit afbd55e

Please sign in to comment.