4726cf1910
Co-authored-by: Néstor Pérez <25409753+prryplatypus@users.noreply.github.com>
28 lines
459 B
YAML
28 lines
459 B
YAML
coverage:
|
|
status:
|
|
patch:
|
|
default:
|
|
target: auto
|
|
threshold: 0.75
|
|
informational: true
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 0.5
|
|
precision: 3
|
|
codecov:
|
|
require_ci_to_pass: false
|
|
ignore:
|
|
- "sanic/__main__.py"
|
|
- "sanic/compat.py"
|
|
- "sanic/simple.py"
|
|
- "sanic/utils.py"
|
|
- "sanic/cli"
|
|
- ".github/"
|
|
- "changelogs/"
|
|
- "docker/"
|
|
- "docs/"
|
|
- "examples/"
|
|
- "scripts/"
|
|
- "tests/"
|