python3-anticaptcha/.coveragerc

17 lines
199 B
Plaintext
Raw Normal View History

2022-12-13 22:32:43 +00:00
[run]
omit =
*__init__*
*/tests/*
include =
2023-03-20 00:58:52 +00:00
*/src/python3_anticaptcha/*
2022-12-13 22:32:43 +00:00
[report]
omit =
*__init__*
*/tests/*
include =
2023-03-20 00:58:52 +00:00
*/src/python3_anticaptcha/*