Skip to content

Commit

Permalink
Corrige arquivo do sonar
Browse files Browse the repository at this point in the history
Co-authored-by: DaviMarinho <[email protected]>
  • Loading branch information
nYCSTs and DaviMarinho committed Dec 10, 2023
1 parent 370b23c commit 659efb0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
sonar.projectKey=fga-eps-mds_2023.2-UnB-TV-Users
sonar.organization=fga-eps-mds-1

sonar.sources=src
sonar.tests=tests
# sonar.test.inclusions=tests/*.py
sonar.exclusions=__pycache__, tests
# sonar.testExecutionReportPaths
sonar.sourceEncoding=UTF-8
sonar.host.url=https://sonarcloud.io
sonar.language=py

sonar.sources=src
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 659efb0

Please sign in to comment.