From a50ff4ab18d3db6ca8bf4cdc0c28b5514a93357b Mon Sep 17 00:00:00 2001 From: Jake Son Date: Sun, 22 Oct 2023 10:28:30 +0900 Subject: [PATCH] chore: exclude example director from test coverage --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 079ddd5..f4fe23c 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ sonar.projectKey=r2don_nest-http-interface sonar.organization=r2don sonar.javascript.lcov.reportPaths=coverage/lcov.info -sonar.coverage.exclusions=**.spec.ts,plugin.js +sonar.coverage.exclusions=**.spec.ts,plugin.js,example/**/*