Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 6a65a24

Browse files
test: fix folder name
1 parent 656a9e9 commit 6a65a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.organization=voiceflow
22
sonar.projectKey=voiceflow_logger
33
sonar.projectName=logger
44
sonar.sources=lib
5-
sonar.tests=tests
5+
sonar.tests=test
66
sonar.eslint.reportPaths=sonar/report.json
77
sonar.typescript.tsconfigPath=./tsconfig.json
8-
sonar.javascript.lcov.reportPaths=nyc_coverage_integration/lcov.info
8+
sonar.javascript.lcov.reportPaths=nyc_coverage_unit/lcov.info,nyc_coverage_integration/lcov.info

0 commit comments

Comments
 (0)