Skip to content

Commit

Permalink
Merge pull request #21 from fga-eps-mds/fix-sonar-properties
Browse files Browse the repository at this point in the history
Fix sonar properties
  • Loading branch information
DaviMarinho authored Dec 11, 2023
2 parents 3dbe708 + f84de77 commit 4fdc969
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ sonar.host.url=https://sonarcloud.io
sonar.language=py

sonar.sources=src
sonar.tests=tests
# sonar.test.inclusions=tests/*.py
sonar.exclusions=__pycache__, tests
# sonar.testExecutionReportPaths
sonar.sourceEncoding=UTF-8

sonar.exclusions=tests
sonar.python.version=3.11.5
sonar.python.xunit.reportPath=junit.xml
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.coverage.reportPaths=coverage.xml
sonar.coverage.exclusions=tests/*.py

sonar.sourceEncoding=UTF-8

0 comments on commit 4fdc969

Please sign in to comment.