From dc2f3642713c6751a727996a2244601e779a6e33 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 8 May 2019 15:54:18 +0200 Subject: [PATCH] always post new coverage data, this way it will be always at the bottom --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 1c8366328..17e7cc2ce 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -157,7 +157,7 @@ coverage: comment: layout: header, diff, trends, uncovered branches: * - behavior: default # default = posts once then update, posts new if delete + behavior: new # default = posts once then update, posts new if delete # once = post once then updates # new = delete old, post new # spammy = post new \ No newline at end of file