From 420642e3b9d342065a2d6abd824ca8cd1a9061e0 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 11 Sep 2024 13:17:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=F0=9F=9A=91=20Comment=20out=20`cov?= =?UTF-8?q?defaults`=20@=20cov=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When saving the coveragerc config comments, `Cython.Coverage` has been commented out by accident, instead of `covdefaults`. This patch corrects that. --- .coveragerc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 53af6473..17bef552 100644 --- a/.coveragerc +++ b/.coveragerc @@ -29,8 +29,8 @@ show_missing = true branch = true cover_pylib = false plugins = - covdefaults -# Cython.Coverage +# covdefaults + Cython.Coverage relative_files = true source = .