sanic/.coveragerc
Adam Hopkins 7c180376d6
Add Simple Server and Coverage action (#2168)
* 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
2021-06-21 14:53:09 +03:00

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