Skip to content

Commit

Permalink
fix sonar paths
Browse files Browse the repository at this point in the history
  • Loading branch information
petiaccja committed Oct 7, 2024
1 parent 18ce746 commit 982c83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sonar.organization=petiaccja

sonar.projectName=DSPBB

sonar.sources=.
sonar.exclusions=include/dspbb/PocketFFT/*,studies/*,examples/**,benchmark/**
sonar.sources=include,test
sonar.exclusions=include/dspbb/PocketFFT/*

sonar.coverageReportPaths=./coverage/SonarQube.xml
sonar.junit.reportPaths=./tests.xml
Expand Down

0 comments on commit 982c83e

Please sign in to comment.