Skip to content

Commit

Permalink
Add subtests to test inclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Nov 9, 2023
1 parent f5cd51f commit add817d
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
Expand Up @@ -6,7 +6,7 @@ sonar.links.scm=https://github.com/zowe/zowe-cli

sonar.sources=packages/
sonar.tests=__tests__/,packages/
sonar.test.inclusions=**/*.test.ts
sonar.test.inclusions=**/*.test.ts,**/*.subtest.ts
sonar.coverage.exclusions=**/*.js
sonar.testExecutionReportPaths=__tests__/__results__/jest-sonar/test-report.xml
sonar.javascript.lcov.reportPaths=__tests__/__results__/unit/coverage/lcov.info
Expand Down

0 comments on commit add817d

Please sign in to comment.