Skip to content

Commit

Permalink
Disable codecov comments on PRs until the numbers are accurate (#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth authored Jul 17, 2019
1 parent 1dee904 commit d4349ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ coverage:
patch: off
changes: off

comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: yes # [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
comment: off
# layout: "diff, flags, files"
# behavior: default
# require_changes: false # if true: only post the comment if coverage changes
# require_base: yes # [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

ignore:
- "*/testing.go"

0 comments on commit d4349ea

Please sign in to comment.