Skip to content

Commit ec9b10d

Browse files
committed
Exclude test_app from code coverage
1 parent 2486153 commit ec9b10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ sonar.exclusions=\
9999
# Files to exclude from coverage calculations
100100
sonar.coverage.exclusions=\
101101
**/tests/**,\
102+
test_app/**,\
102103
**/.tox/**,\
103104
**/test_*.py,\
104105
**/*_test.py,\

0 commit comments

Comments
 (0)