Skip to content

Commit

Permalink
chore: Exclude file exporting plugin from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Jul 26, 2022
1 parent fa74074 commit 7e510b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar.projectVersion=2.2.0
sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**,test-e2e/react-app/node_modules/**
sonar.coverage.exclusions=test/**/*,index.js,stryker.conf.js,jest.config.js,test-e2e/**/*
sonar.coverage.exclusions=test/**/*,index.js,plugin.js,stryker.conf.js,jest.config.js,test-e2e/**/*
sonar.cpd.exclusions=test/**/*,test-e2e/**/*
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.host.url=https://sonarcloud.io

0 comments on commit 7e510b3

Please sign in to comment.