Skip to content

Commit d188a70

Browse files
authored
Merge pull request #82 from javierbrea/release
chore(sonar): Ignore stryker config
2 parents aa7713a + 6648763 commit d188a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sonar.projectVersion=1.1.10
55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8
77
sonar.exclusions=node_modules/**,test-e2e/react-app/node_modules/**
8-
sonar.coverage.exclusions=test/**/*,index.js,jest.config.js,test-e2e/**/*
8+
sonar.coverage.exclusions=test/**/*,index.js,stryker.conf.js,jest.config.js,test-e2e/**/*
99
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1010
sonar.host.url=https://sonarcloud.io
1111

0 commit comments

Comments
 (0)