Skip to content

Commit

Permalink
ci: fix sonar conf again
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDmz committed Dec 8, 2023
1 parent c15e2ff commit 7aad972
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,6 +3,6 @@ sonar.projectKey=InseeFr_Sonor
sonar.organization=inseefr

# exclude tests files for code duplication evaluation
sonar.sources = src/
sonar.exclusions = src/tests/**/*,src/components/**/__snapshots__/*
sonar.sources = src
sonar.exclusions = src/tests/**, src/components/**/__snapshots__/*
sonar.javascript.lcov.reportPaths = coverage/lcov.info

0 comments on commit 7aad972

Please sign in to comment.