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/*