From 3f855f3c86561b6c715b7ec12ab341a942b03547 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Tue, 29 Jun 2021 10:03:32 +0200 Subject: [PATCH] [unit-tests-only] ignore mocks and fixtures for coverage --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index d284fc154ba..335720ec2ee 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -32,4 +32,4 @@ sonar.pullrequest.key=${env.SONAR_PULL_REQUEST_KEY} sonar.javascript.lcov.reportPaths=coverage/lcov.info # Exclude files -sonar.exclusions=docs/**,node_modules/**,deployments/**,**/tests/**,dist/**,changelog/**,config/**,docker/**,release/**,**/package.json,package.json,rollup.config.js,nightwatch.conf.js,Makefile,Makefile.release,CHANGELOG.md,README.md +sonar.exclusions=docs/**,node_modules/**,deployments/**,**/tests/**,__mocks__/**,__fixtures__/**,dist/**,changelog/**,config/**,docker/**,release/**,**/package.json,package.json,rollup.config.js,nightwatch.conf.js,Makefile,Makefile.release,CHANGELOG.md,README.md