From c354c1a92fb004b918f27823d05e76f531006b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Sat, 13 Nov 2021 16:39:59 -0500 Subject: [PATCH] Revert "coveragerc - switch from source to include" This reverts commit c6248769d4b0f352fc45c7a9250c360c90448656. Coverage upstream has fixed the issue this was working around. --- .coveragerc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 3283565..25a5426 100644 --- a/.coveragerc +++ b/.coveragerc @@ -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