sanic/codecov.yml

29 lines
479 B
YAML
Raw Normal View History

2022-01-09 10:22:09 +00:00
coverage:
status:
patch:
default:
target: auto
threshold: 0.75
informational: true
2022-01-09 10:22:09 +00:00
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"
2023-01-31 08:03:39 +00:00
- "sanic/cli/"
- "sanic/pages/"
2022-01-09 10:22:09 +00:00
- ".github/"
- "changelogs/"
- "docker/"
- "docs/"
- "examples/"
- "scripts/"
- "tests/"