diff options
-rw-r--r-- | .codecov.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.codecov.yml b/.codecov.yml index 47e0b94bec4..99399473abe 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,7 +5,8 @@ coverage: precision: 2 round: down range: "70...100" + status: + project: off + patch: off -comment: - layout: "header, diff, changes, uncovered, tree" - behavior: default +comment: off |