Skip to content

Commit 804e5a8

Browse files
authored
AAP-53611 Exclude test_app from code coverage (#843)
1 parent 2f701c1 commit 804e5a8

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)