Skip to content

Commit

Permalink
adjust code coverage yaml to make it more forgiving (moveit#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw authored Aug 28, 2020
1 parent 49737f8 commit fc1465e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
coverage:
precision: 2
round: up
range: "45...70"
status:
project:
default:
target: auto
# allow coverage to drop by this amount and still post success
threshold: 0.5%
base: auto
branches:
- master
if_not_found: success
if_ci_failed: error
only_pulls: false
threshold: 5%
patch:
default:
target: auto
threshold: 5%

0 comments on commit fc1465e

Please sign in to comment.