From b50cad1cd229e2d9751288feeb3b6d4c8b6fa723 Mon Sep 17 00:00:00 2001 From: lcsAndrade Date: Sun, 10 Dec 2023 22:17:21 -0300 Subject: [PATCH] Corrige arquivo de configuracao do sonar --- sonar-project.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index c49b644..69f0e71 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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 \ No newline at end of file +sonar.python.coverage.reportPaths=coverage.xml +sonar.coverage.exclusions=tests/*.py + +sonar.sourceEncoding=UTF-8 \ No newline at end of file