Skip to content

Commit

Permalink
remove commit status for now
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat committed Jun 19, 2019
1 parent 1d73cae commit 1692875
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,25 @@ ignore:
- "webhook"
- "pkg/webhook"

codecov:
notify:
require_ci_to_pass: no

coverage:
precision: 2
round: down
range: "60...100"

status:
project: no
patch: no
changes: no

comment:
layout: "flags, 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 # branch names that can post comment

0 comments on commit 1692875

Please sign in to comment.