Skip to content

Commit

Permalink
chore: excluded e2e tests from lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Dec 28, 2024
1 parent 5cab6d4 commit 9d360b9
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
@@ -1,7 +1,7 @@
# Path to sources
sonar.sources=packages
sonar.test.inclusions=**/*.spec.ts
sonar.exclusions=docs/**/*;docstheme/**/*;
sonar.exclusions=docs/**/*;docstheme/**/*;**/*.spec.e2e.ts
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectKey=signum-network_signumjs
sonar.organization=signum-network
Expand Down

0 comments on commit 9d360b9

Please sign in to comment.