From 036b7ccce670fbbdc19206caffdbf28ce73aab15 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 14 Dec 2022 01:32:43 +0300 Subject: [PATCH] Create .coveragerc --- .coveragerc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .coveragerc diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..61c02c7 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,16 @@ +[run] +omit = + *__init__* + */tests/* + +include = + /home/homea/Documents/Prog/Private/python3-anticaptcha/python3_anticaptcha/* + + +[report] +omit = + *__init__* + */tests/* + +include = + /home/homea/Documents/Prog/Private/python3-anticaptcha/python3_anticaptcha/*