Skip to content

Commit

Permalink
atualizacao em sonar-project.properties para pegar as metricas de teste
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleaoo authored Jul 31, 2024
1 parent 771ea40 commit bc6ec59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ sonar.host.url=https://sonarcloud.io
sonar.language=py

sonar.sources=src
sonar.exclusions=\
tests \
comment*.py
sonar.exclusions=comment*.py
sonar.python.version=3.11.5
sonar.python.xunit.reportPath=junit.xml
sonar.python.coverage.reportPaths=coverage.xml
sonar.tests=tests/
sonar.core.codeCoveragePlugin=cobertura
sonar.coverage.exclusions=\
**/__init__.py \
tests/*.py \
Expand Down

0 comments on commit bc6ec59

Please sign in to comment.