Files
2017-02-15 17:04:20 -08:00

25 lines
517 B
YAML

codecov:
notify:
require_ci_to_pass: no
comment:
layout: "reach, diff"
behavior: default
coverage:
range: 50..80
round: down
precision: 0
status:
project:
default:
# Set the overall project code coverage requirement to 70%
target: 70
patch:
default:
# Set the pull request requirement to not regress overall coverage by more than 5%
# and let codecov.io set the goal for the code changed in the patch.
target: auto
threshold: 5