Skip to content

Commit a50ff4a

Browse files
committed
chore: exclude example director from test coverage
1 parent f61875f commit a50ff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sonar.projectKey=r2don_nest-http-interface
22
sonar.organization=r2don
33
sonar.javascript.lcov.reportPaths=coverage/lcov.info
4-
sonar.coverage.exclusions=**.spec.ts,plugin.js
4+
sonar.coverage.exclusions=**.spec.ts,plugin.js,example/**/*

0 commit comments

Comments
 (0)