Skip to content

Commit

Permalink
playing with sonar on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Apr 12, 2024
1 parent 317d67c commit e4ed593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ jobs:
--define sonar.sources="compiler/extensions/cpp/runtime/src,build/test/cpp/linux64-gcc/release" \
--define sonar.tests="test" \
--define sonar.inclusions="**/*.h,**/*.cpp" \
--define sonar.scm.exclusions.disabled="true"
--define sonar.exclusions="**/CMakeFiles/**/*" \
--define sonar.scm.exclusions.disabled="true" \
--define sonar.cfamily.analysisCache.mode="fs" \
--define sonar.cfamily.analysisCache.path="sonar-cache"

0 comments on commit e4ed593

Please sign in to comment.