7c180376d6
* Add Simple Server and CodeCov action * Remove token * Codecov to tox.ini * fix tox * Set coverage location * Add ignore to codecov * Try glob ignore * Setup CodeClimate * Allow coverage check to run * Change coverage check * Add codeclimate exclusions
21 lines
266 B
INI
21 lines
266 B
INI
[run]
|
|
branch = True
|
|
source = sanic
|
|
omit =
|
|
site-packages
|
|
sanic/__main__.py
|
|
sanic/reloader_helpers.py
|
|
sanic/simple.py
|
|
sanic/utils.py
|
|
|
|
[html]
|
|
directory = coverage
|
|
|
|
[report]
|
|
exclude_lines =
|
|
no cov
|
|
no qa
|
|
noqa
|
|
NOQA
|
|
pragma: no cover
|