Skip to content

Commit 219e83a

Browse files
committed
SDK-1390: Remove generated protobuf files from analysis
1 parent dcb1c35 commit 219e83a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[run]
22
omit =
33
yoti_python_sdk/tests/**
4+
yoti_python_sdk/protobuf/**/*
45
examples/**

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.organization = getyoti
33
sonar.projectKey = getyoti:python
44
sonar.projectName = Python SDK
55
sonar.projectVersion = 2.10.0
6-
sonar.exclusions = yoti_python_sdk/tests/**,examples/**
6+
sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/*
77

88
sonar.python.pylint.reportPath = coverage.out
99
sonar.verbose = true

0 commit comments

Comments
 (0)