From 36036f3e485c275cab6032c081ec088a83df4b28 Mon Sep 17 00:00:00 2001 From: Geraldo Victor Date: Mon, 20 Nov 2023 13:23:34 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Adicionando=20m=C3=A9tricas=20do=20reposit?= =?UTF-8?q?=C3=B3rio=202023.2-UnB-TV-VideoService=20develop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ds-2023.2-UnB-TV-VideoService-11-20-2023-13-23-32-v0.0.5.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 analytics-raw-data/fga-eps-mds-2023.2-UnB-TV-VideoService-11-20-2023-13-23-32-v0.0.5.json diff --git a/analytics-raw-data/fga-eps-mds-2023.2-UnB-TV-VideoService-11-20-2023-13-23-32-v0.0.5.json b/analytics-raw-data/fga-eps-mds-2023.2-UnB-TV-VideoService-11-20-2023-13-23-32-v0.0.5.json new file mode 100644 index 0000000..df912aa --- /dev/null +++ b/analytics-raw-data/fga-eps-mds-2023.2-UnB-TV-VideoService-11-20-2023-13-23-32-v0.0.5.json @@ -0,0 +1 @@ +{"paging":{"pageIndex":1,"pageSize":100,"total":0},"baseComponent":{"id":"AYvWCLOVjDbrlWMoa1pm","key":"fga-eps-mds_2023.2-UnB-TV-VideoService","name":"2023.2-UnB-TV-VideoService","qualifier":"TRK","measures":[]},"components":[]} \ No newline at end of file From b50cad1cd229e2d9751288feeb3b6d4c8b6fa723 Mon Sep 17 00:00:00 2001 From: lcsAndrade Date: Sun, 10 Dec 2023 22:17:21 -0300 Subject: [PATCH 2/2] 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