TextWorld/.codecov.yml

29 строки
772 B
YAML

comment:
layout: "reach, diff, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: null
ignore:
- "*/docs/*"
- "*/notebooks/*"
- "*/thirdparty/*"
- "setup.py"
- "*/setup.py"
- "*/tests/*"
coverage:
status:
project:
default:
# Drops on the order 0.01% are typical even when no change occurs
# Having this threshold set a little higher (0.1%) than that makes it
# a little more tolerant to fluctuations
target: auto
threshold: 0.1%
patch:
default:
target: auto
threshold: 0.1%