diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 18:05:31 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 18:05:31 +0200 |
| commit | ea6a7aff0eac09745b215f14fac54a319a2064c2 (patch) | |
| tree | 36605581a90c9e0137e89f8e8b0c86907f86f7be /sonar-project.properties | |
| parent | 6895e5f75658df817badb77e51d4b3c601d527bd (diff) | |
Fix coverage for sonarcloud
Diffstat (limited to 'sonar-project.properties')
| -rw-r--r-- | sonar-project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-project.properties b/sonar-project.properties index 08b778a..e71edb0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -8,5 +8,5 @@ sonar.sources=. sonar.sourceEncoding=UTF-8 # Coverage path -sonar.javascript.lcov.reportPaths=coverage/lcov.info +sonar.javascript.lcov.reportPaths=lcov.info sonar.coverage.exclusions='test/**/*' |