Skip to content

Commit

Permalink
Allow codecov comment in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
enpuyou committed Apr 10, 2021
1 parent 706f208 commit 1983285
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ codecov:
token: 59a0baf8-461c-4d50-b6d3-ad40bed4ae21
max_report_age: off

comment: false
comment: # this is a top-level key
layout: "reach, diff, 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]

coverage:
precision: 2
Expand Down

0 comments on commit 1983285

Please sign in to comment.