diff options
-rw-r--r-- | .codecov.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.codecov.yml b/.codecov.yml index c3746987f0f..0514262113e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,7 +8,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 |