From c6248769d4b0f352fc45c7a9250c360c90448656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Fri, 12 Nov 2021 21:54:56 -0500 Subject: [PATCH] coveragerc - switch from source to include --- .coveragerc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 25a5426..3283565 100644 --- a/.coveragerc +++ b/.coveragerc @@ -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