Revert "coveragerc - switch from source to include"

This reverts commit c6248769d4.

Coverage upstream has fixed the issue this was working around.
This commit is contained in:
Alejandro R. Sedeño 2021-11-13 16:39:59 -05:00 committed by Claude Paroz
parent c53d9ab3e0
commit c354c1a92f
1 changed files with 3 additions and 3 deletions

View File

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