We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa7713a + 6648763 commit d188a70Copy full SHA for d188a70
sonar-project.properties
@@ -5,7 +5,7 @@ sonar.projectVersion=1.1.10
5
sonar.javascript.file.suffixes=.js
6
sonar.sourceEncoding=UTF-8
7
sonar.exclusions=node_modules/**,test-e2e/react-app/node_modules/**
8
-sonar.coverage.exclusions=test/**/*,index.js,jest.config.js,test-e2e/**/*
+sonar.coverage.exclusions=test/**/*,index.js,stryker.conf.js,jest.config.js,test-e2e/**/*
9
sonar.javascript.lcov.reportPaths=coverage/lcov.info
10
sonar.host.url=https://sonarcloud.io
11
0 commit comments