AndreiDrang/python3-anticaptcha

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
omit =
        *__init__*
        */tests/*

include =
        */src/*


[report]
omit =
        *__init__*
        */tests/*

include =
        */src/*