diff options
-rw-r--r-- | .codecov.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml index 39a2868bb74..c974c0998cd 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,4 +6,6 @@ coverage: round: down range: "70...100" -comment: false +comment: + layout: "header, diff, changes, sunburst, uncovered, tree" + behavior: default |