Skip to content

Commit

Permalink
fix(sonarcloud): declare test file pattern to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Nov 26, 2024
1 parent 0be9cb9 commit 60fd907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sonar.organization=basics

sonar.cpd.exclusions=./packages/**/*.test.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.tests.inclusions=**/*.test.js

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=rxjs-collection
Expand Down

0 comments on commit 60fd907

Please sign in to comment.