Adapt codecov.yaml

unifying it with MoveIt's config file
This commit is contained in:
Robert Haschke 2020-09-23 07:49:31 +02:00
parent d0dc384bdf
commit a0d54b6e69

View File

@ -1,14 +1,10 @@
coverage: coverage:
precision: 2
round: up
range: "45...70"
status: status:
project: project:
default: default:
target: auto target: auto
# allow coverage to drop by this amount and still post success
threshold: 0.5% threshold: 0.5%
base: auto patch: off
branches:
- master
if_not_found: success
if_ci_failed: error
only_pulls: false
informational: true