We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c4e23 commit 4664b30Copy full SHA for 4664b30
1 file changed
packages/django-google-spanner/.coveragerc
@@ -8,6 +8,13 @@
8
9
[run]
10
branch = True
11
+source =
12
+ django_spanner
13
+
14
+[paths]
15
16
17
+ */site-packages/django_spanner
18
19
[report]
20
fail_under = 100
@@ -20,6 +27,5 @@ exclude_lines =
27
# Ignore abstract methods
21
28
raise NotImplementedError
22
29
omit =
23
- */site-packages/*.py
24
30
tests/*
25
31
*/tests/*
0 commit comments