Skip to content

Commit

Permalink
Merge pull request #731 from companieshouse/ensure-tests-run-with-cov…
Browse files Browse the repository at this point in the history
…erage-report

CC-1673 - Fix coverage location
  • Loading branch information
ch-ncolley authored Dec 9, 2024
2 parents fed2750 + 5bfc701 commit 4096cb8
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 @@ -7,4 +7,4 @@ sonar.password=${env.CODE_ANALYSIS_PASSWORD}
sonar.sources=src
sonar.tests=test
sonar.test.inclusions=**/*.test.ts
sonar.javascript.lcov.reportPaths=coverage-report/lcov.info
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 comments on commit 4096cb8

Please sign in to comment.