Skip to content

Commit 459a29a

Browse files
committed
Updated config files
1 parent d4adf19 commit 459a29a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.coveragerc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ omit = **/sdk/**
66

77
[report]
88
fail_under = 80
9+
skip_covered = true
10+
skip_empty = true
11+
12+
[html]
13+
directory = coverage_html_report
14+
skip_covered = false

sonar-project.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
sonar.organization=sergioteula
22
sonar.projectKey=sergioteula_python-amazon-paapi
3+
34
sonar.sources=amazon_paapi
45
sonar.exclusions=**/sdk/**
5-
sonar.qualitygate.wait=true
6-
sonar.python.version=3.6,3.7,3.8,3.9,3.10
76
sonar.tests=tests
87
sonar.python.coverage.reportPaths=coverage.xml
8+
9+
sonar.qualitygate.wait=true
10+
sonar.python.version=3.6,3.7,3.8,3.9,3.10

0 commit comments

Comments
 (0)