Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ codecov:
after_n_builds: 2
wait_for_ci: no

# project = whole-codebase %; report it but never let it gate a merge.
# patch = coverage of the lines this PR changed; that stays the real gate.
coverage:
status:
project:
default:
informational: true
patch:
default:
target: 100%

# Change how pull request comments look
comment:
layout: "condensed_header, condensed_files, condensed_footer"
Expand Down
Loading