Skip to content
forked from BOINC/boinc

Commit

Permalink
Tests: tune codecov comments
Browse files Browse the repository at this point in the history
While the reason for the double comments by codecov is still unclear to me this change should disable the comments altogether if the coverage is not affected by this PR.
  • Loading branch information
ChristianBeer committed May 19, 2019
1 parent 63d444d commit 5a60d27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ codecov:
coverage:
status:
project: off
patch: on
patch:
default:
threshold: 0.01

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

flags:
# filter the folder(s) you wish to measure by that flag
Expand Down

0 comments on commit 5a60d27

Please sign in to comment.