Skip to content

Commit cd2d176

Browse files
committed
Fix sonarcloud file
1 parent 44ab9f5 commit cd2d176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sonar.projectVersion=1.0.17
66
sonar.python.version=3.9
77

88
# Define separate root directories for sources and tests
9-
sonar.sources=howlongtobeatpy/howlongtobeatpy/**
9+
sonar.sources=howlongtobeatpy/howlongtobeatpy/
1010
sonar.exclusions=howlongtobeatpy/tests/**
1111

12-
sonar.tests=howlongtobeatpy/tests/**
12+
sonar.tests=howlongtobeatpy/tests/
1313
sonar.test.inclusions=howlongtobeatpy/tests/**
1414

1515
sonar.coverage.exclusions=**/codecov.yml,**/setup.py,**/__init__.py

0 commit comments

Comments
 (0)