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
13 lines
219 B
YAML
13 lines
219 B
YAML
exclude_patterns:
|
|
- "sanic/__main__.py"
|
|
- "sanic/reloader_helpers.py"
|
|
- "sanic/simple.py"
|
|
- "sanic/utils.py"
|
|
- ".github/"
|
|
- "changelogs/"
|
|
- "docker/"
|
|
- "docs/"
|
|
- "examples/"
|
|
- "hack/"
|
|
- "scripts/"
|