Skip to content

Commit

Permalink
Merge branch 'main' into feat-test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Dec 3, 2024
2 parents 96d22fd + 701ff65 commit 6b1c3f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ sonar.links.homepage=https://labs.thenational.academy/
sonar.sources=.

sonar.exclusions=\
apps/nextjs/src/lib/avo/Avo.ts
pnpm-lock.yaml
apps/nextjs/.storybook/public/mockServiceWorker.js
apps/nextjs/src/lib/avo/Avo.ts,\
pnpm-lock.yaml,\
apps/nextjs/.storybook/public/mockServiceWorker.js,\
**/*.py,\
**/*.sql


sonar.cpd.exclusions=\
**/*.test.ts, \
Expand All @@ -21,3 +24,4 @@ sonar.tests=.
sonar.test.inclusions=**/*.test.ts
sonar.javascript.lcov.reportPaths=packages/**/coverage/lcov.info,apps/nextjs/coverage/lcov.info

sonar.language=ts,tsx,js,jsx,html,css

0 comments on commit 6b1c3f1

Please sign in to comment.