From 01659e19ec7dfd66bff08bc518eb2d8d63bea142 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 14 Dec 2022 12:41:48 +0300 Subject: [PATCH] Update .coveragerc --- src/.coveragerc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.coveragerc b/src/.coveragerc index 15ec2f9..2146cbc 100644 --- a/src/.coveragerc +++ b/src/.coveragerc @@ -4,7 +4,7 @@ omit = */tests/* include = - */python3-anticaptcha/python3_anticaptcha/* + */python3_anticaptcha/* [report] @@ -13,4 +13,4 @@ omit = */tests/* include = - */python3-anticaptcha/python3_anticaptcha/* + */python3_anticaptcha/*