Skip to content

Commit

Permalink
Corrige arquivo de configuracao do sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
nYCSTs committed Dec 11, 2023
1 parent 40f5cf8 commit b50cad1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sonar.projectKey=fga-eps-mds_2023.2-UnB-TV-Admin
sonar.projectKey=fga-eps-mds_2023.2-UnB-TV-VideoService
sonar.organization=fga-eps-mds-1

sonar.sources=src
sonar.tests=tests

sonar.exclusions=__pycache__, tests

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 b50cad1

Please sign in to comment.