Skip to content

Commit

Permalink
chore: exclude tests from sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasTurban committed Nov 29, 2024
1 parent 7fdcb18 commit b316622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ sonar.organization=inseefr

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

0 comments on commit b316622

Please sign in to comment.