Skip to content

Commit 05e2bea

Browse files
committed
Fix include path in coverage config
1 parent 8a34d21 commit 05e2bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[run]
2-
include = localized_fields/*
2+
include = psqlextra/*
33
omit = *migrations*, *tests*
44
plugins =
55
django_coverage_plugin

0 commit comments

Comments
 (0)