diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-02 15:29:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 15:29:13 +0100 |
commit | d747590771faadbdc56c1fba957bd018220f7d9b (patch) | |
tree | 2254ec0643c250fae9cf1f6329bcb8707fc459ce /.codecov.yml | |
parent | ffebc050d0492d7fa651e3c369b75881ca189716 (diff) | |
download | nextcloud-server-d747590771faadbdc56c1fba957bd018220f7d9b.tar.gz nextcloud-server-d747590771faadbdc56c1fba957bd018220f7d9b.zip |
Revert "Disable codecov comments"
Diffstat (limited to '.codecov.yml')
-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 |