Skip to content

Commit 949c0d4

Browse files
authored
Fix Sonarcloud report path (#202)
* fix coverage path * include javascript in the path * change to lcov report path * remove unnecessary step * revert back to npm ci
1 parent 24ef1be commit 949c0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=omise_omise-node
22
sonar.organization=omise
3-
sonar.coverage.reportPaths=./coverage/lcov.info
3+
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
44

55
sonar.exclusions=/test/**, /types/**, /examples/**
66
sonar.coverage.exclusions=/test/**, /types/**, /examples/**

0 commit comments

Comments
 (0)