From ea6a7aff0eac09745b215f14fac54a319a2064c2 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 18:05:31 +0200 Subject: Fix coverage for sonarcloud --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-project.properties') 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/**/*' -- cgit