Skip to content

Commit

Permalink
fix: ignore test setup from sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Nov 28, 2024
1 parent 5d9348b commit 098671e
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 @@ -23,7 +23,7 @@ sonar.tests=e2e,packages,tools
sonar.test.inclusions=**/*.spec.ts

# configure the files that should be ignored by code coverage calculations
sonar.coverage.exclusions=tools/scripts/**,packages/internal/**,**/jest.config.ts,**/test.ts,packages/**/main.ts,packages/**/polyfills.ts,**/babel.config.js,**/docusaurus.config.js,packages/docs/**/sidebars.js,e2e/**/*-e2e/**,packages/docs/*-app/**
sonar.coverage.exclusions=tools/scripts/**,packages/internal/**,**/jest.config.ts,**/test-setup.ts,**/test.ts,packages/**/main.ts,packages/**/polyfills.ts,**/babel.config.js,**/docusaurus.config.js,packages/docs/**/sidebars.js,e2e/**/*-e2e/**,packages/docs/*-app/**

# configure the files that should be ignored by duplication detection
sonar.cpd.exclusions=**/jest.config.ts,**/test.ts,packages/**/main.ts
Expand Down

0 comments on commit 098671e

Please sign in to comment.