Skip to content

Commit

Permalink
rename the file containing the deletion module console to deletion.co…
Browse files Browse the repository at this point in the history
…nsole.ts, add coverage exclusion for it for the Sonar coverage analysis
  • Loading branch information
bn-pass committed Nov 8, 2023
1 parent 667427f commit 02bd3a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"deletion-console": {
"type": "application",
"root": "apps/server",
"entryFile": "modules/deletion/console/console",
"entryFile": "modules/deletion/console/deletion.console",
"sourceRoot": "apps/server/src",
"compilerOptions": {
"tsConfigPath": "apps/server/tsconfig.app.json"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.sources=.
sonar.tests=.
sonar.test.inclusions=**/*.spec.ts
sonar.exclusions=**/*.js,jest.config.ts,globalSetup.ts,globalTeardown.ts,**/*.app.ts,**/seed-data/*.ts
sonar.coverage.exclusions=**/board-management.uc.ts,**/*.module.ts,**/*.factory.ts
sonar.coverage.exclusions=**/board-management.uc.ts,**/*.module.ts,**/*.factory.ts,deletion.console.ts
sonar.cpd.exclusions=**/controller/dto/*.ts
sonar.javascript.lcov.reportPaths=merged-lcov.info
sonar.typescript.tsconfigPaths=tsconfig.json,src/apps/server/tsconfig.app.json

0 comments on commit 02bd3a2

Please sign in to comment.