Skip to content

Commit

Permalink
feat: added mask to include test files
Browse files Browse the repository at this point in the history
  • Loading branch information
pomykaczi committed Mar 21, 2024
1 parent ab0ef64 commit 729fe4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ new TextFile(project, 'sonar-project.properties', {
'sonar.javascript.lcov.reportPaths=./coverage/lcov.info',
'sonar.sources=./src',
'sonar.tests=./test',
'sonar.test.inclusions=**/*.test.*',
],
});

Expand Down
3 changes: 2 additions & 1 deletion sonar-project.properties

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 729fe4d

Please sign in to comment.