Skip to content

Commit efdbce8

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] sonarcloud coverage. Exclusions added to test files.
1 parent 493676a commit efdbce8

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)