Skip to content

Commit 9429988

Browse files
committed
fully exclude tests?
1 parent 749ef2b commit 9429988

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sonar-project.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ sonar.projectKey=UKHSA-Internal_winter-pressures-api
88
sonar.organization=ukhsa-internal
99

1010
# Exclude other generated/auto-generated files
11-
sonar.exclusions=**/migrations/**,**/__pycache__/**
12-
13-
# Exclude files from duplication check
14-
sonar.cpd.exclusions=**/**
11+
sonar.exclusions=**/migrations/**,**/__pycache__/**,**/tests/**

0 commit comments

Comments
 (0)