coveragerc - switch from source to include

This commit is contained in:
Alejandro R. Sedeño 2021-11-12 21:54:56 -05:00 committed by Claude Paroz
parent eb2797aa19
commit c6248769d4
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ exclude_lines =
except xapian.DatabaseModifiedError
[run]
source =
haystack.backends.xapian_backend
test_haystack/xapian_tests
include =
haystack/backends/xapian_backend.py
test_haystack/xapian_tests/*
[paths]
# Merge coverage data from running tests in a django-haystack