diff --git a/.codecov.yml b/.codecov.yml index f45109a3..84a6808a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,11 @@ -comment: off +comment: + 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] + branches: null # branch names that can post comment coverage: status: project: off - patch: off \ No newline at end of file + patch: off