| 1 | codecov: |
| 2 | branch: develop |
| 3 | |
| 4 | comment: |
| 5 | layout: 'reach, diff, flags, files' |
| 6 | behavior: default |
| 7 | require_changes: false # if true: only post the comment if coverage changes |
| 8 | require_base: no # [yes :: must have a base report to post] |
| 9 | require_head: yes # [yes :: must have a head report to post] |
| 10 | |
| 11 | coverage: |
| 12 | status: |
| 13 | project: |
| 14 | off |
| 15 | # Turing off for now as code coverage isn't stable and causes unnecessary build failures. |
| 16 | # default: |
| 17 | # threshold: 2% |
| 18 | patch: off |
| 19 |