diff options
| author | Fuwn <[email protected]> | 2021-04-23 19:47:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-23 19:47:40 +0000 |
| commit | a8059a4f7edf80122ad4c960970107533b7926e1 (patch) | |
| tree | 8a3ed71e36337533fb9264fa53db566b28f85111 /codecov.yml | |
| parent | chore: Add GitHub Checks to Codecov (diff) | |
| download | whirl-a8059a4f7edf80122ad4c960970107533b7926e1.tar.xz whirl-a8059a4f7edf80122ad4c960970107533b7926e1.zip | |
chore: Add Comment to Codecov
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/codecov.yml b/codecov.yml index 3442be7..52570f8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -30,8 +30,6 @@ coverage: - unit paths: - "src" - #branches: - #- main if_ci_failed: error informational: false only_pulls: false @@ -39,3 +37,10 @@ coverage: github_checks: annotations: false + +comment: + layout: "reach, diff, flags, files" + behavior: default + require_changes: false + require_base: no + require_head: yes |