From 5ef7777a33c69292354f4fdd34f29e0af9a30529 Mon Sep 17 00:00:00 2001 From: Deltik Date: Tue, 3 Dec 2019 22:56:32 -0600 Subject: [PATCH] Configure Codecov to comment in GitHub project --- .github/codecov.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index e09972517..b0d8b5e23 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,2 +1,10 @@ ignore: - - "e107_tests/**/*" \ No newline at end of file + - "e107_tests/**/*" + +comment: + layout: "reach, diff, flags, files" + behavior: default + require_changes: false + require_base: false + require_head: true + after_n_builds: 1 \ No newline at end of file