Skip to content

Commit

Permalink
Merge pull request #10 from fga-eps-mds/fix-sonar-properties
Browse files Browse the repository at this point in the history
Fix sonar properties
  • Loading branch information
DaviMarinho authored Dec 11, 2023
2 parents 0f04609 + b50cad1 commit a1e97e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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":[]}
12 changes: 5 additions & 7 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ sonar.host.url=https://sonarcloud.io
sonar.language=py

sonar.sources=src
sonar.tests=tests

sonar.exclusions=__pycache__, tests

sonar.sourceEncoding=UTF-8

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 a1e97e3

Please sign in to comment.