Skip to content

Commit 08efdc0

Browse files
committed
fix: ignore coverage for static analysis
1 parent 9674f82 commit 08efdc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
sonar.sources=./src
1+
sonar.sources=src
22
sonar.tests=tests
3+
sonar.coverage.exclusions=**
34
sonar.python.version=3.7

0 commit comments

Comments
 (0)