diff options
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..79fafb0 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +comment: + layout: "condensed_header, diff, condensed_files, condensed_footer" + behavior: default + require_changes: false # if true: only post the comment if coverage changes + require_base: false # [true :: must have a base report to post] + require_head: true # [true :: must have a head report to post] + hide_project_coverage: false # [true :: only show coverage on the git diff] |