Skip to content

Commit e3c2096

Browse files
authored
Merge pull request #323 from sir-gon/feature/sonarcloud-coverage-bugfix
[BUGFIX] sonarcloud coverage. Exclusions added to test files.
2 parents 493676a + efdbce8 commit e3c2096

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
@@ -8,7 +8,7 @@ sonar.organization=sir-gon
88

99
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1010
sonar.sources=src
11-
sonar.exclusions=**/*.json
11+
sonar.exclusions=**/*.json,**/*.test.ts,src/logger.ts
1212

1313
# Encoding of the source code. Default is default system encoding
1414
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)