Skip to content

Commit 7e510b3

Browse files
committed
chore: Exclude file exporting plugin from coverage
1 parent fa74074 commit 7e510b3

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=2.2.0
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,stryker.conf.js,jest.config.js,test-e2e/**/*
8+
sonar.coverage.exclusions=test/**/*,index.js,plugin.js,stryker.conf.js,jest.config.js,test-e2e/**/*
99
sonar.cpd.exclusions=test/**/*,test-e2e/**/*
1010
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1111
sonar.host.url=https://sonarcloud.io

0 commit comments

Comments
 (0)