Skip to content

Commit

Permalink
excludes resources from sonarcloud scan
Browse files Browse the repository at this point in the history
  • Loading branch information
JackSpagnoliNHS committed Sep 4, 2024
1 parent 90be690 commit e5298e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ sonar.coverage.exclusions=\
**/*.test.*, \
**/jest.config.ts,scripts/*, \
eslint.config.mjs, \
release.config.cjs
release.config.cjs, \
src/resources/*
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 comments on commit e5298e3

Please sign in to comment.