codecov.yml 362 B

12345678
  1. comment:
  2. layout: "reach, diff, flags, files"
  3. behavior: default
  4. require_changes: false # if true: only post the comment if coverage changes
  5. require_base: no # [yes :: must have a base report to post]
  6. require_head: yes # [yes :: must have a head report to post]
  7. branches: # branch names that can post comment
  8. - "master"