Skip to content

Commit

Permalink
chore: add sonar exclusion for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudge committed Sep 25, 2023
1 parent 7f5c298 commit d918656
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
@@ -1,5 +1,6 @@
sonar.projectKey=vtex-apps_b2b-organizations-graphql
sonar.organization=vtex-apps
sonar.coverage.exclusions=**/*.test.*, */__mocks__/**.*, */node_modules/**.*, node/index.ts
sonar.exclusions=**/*.test.*, */__mocks__/**.*, */node_modules/**.*, node/index.ts
sonar.language=ts
sonar.javascript.lcov.reportPaths=./node/coverage/lcov.info

0 comments on commit d918656

Please sign in to comment.