Create .coveragerc

This commit is contained in:
Andrei 2022-12-14 01:32:43 +03:00
parent a92ec43030
commit 036b7ccce6
1 changed files with 16 additions and 0 deletions

16
.coveragerc Normal file
View File

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