Skip to content

Commit f9ef293

Browse files
authored
Merge pull request #78 from passren/0.8.1
add coverage for sonarqube
2 parents 6572a15 + b9d1ee4 commit f9ef293

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pydynamodb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if TYPE_CHECKING:
77
from .connection import Connection
88

9-
__version__: str = "0.8.0"
9+
__version__: str = "0.8.1"
1010

1111
# Globals https://www.python.org/dev/peps/pep-0249/#globals
1212
apilevel: str = "2.0"

sonar-project.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ sonar.projectVersion=0.7.*
99
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1010
sonar.sources=./pydynamodb
1111

12+
sonar.tests=./tests
13+
14+
sonar.python.coverage.reportPaths=./coverage.xml
15+
1216
# Encoding of the source code. Default is default system encoding
1317
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)