From 1e8fd460fecf5e8656a54ecc29c3cf8c6cda0c47 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 19 Jan 2021 20:16:54 -0500 Subject: [PATCH] Add CodeCov config file (#51) * Add CodeCov config file * Consistent indentation --- codecov.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..8dc6498 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,29 @@ +coverage: + range: "50...100" + status: + project: + default: + informational: true + patch: + default: + informational: true + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: yes + macro: yes + +# comment: +# layout: "diff" +# # if true: only post the comment if coverage changes +# require_changes: true + +# This turns off the extra comment; the coverage %'s are still +# reported on the main PR page as check results +comment: false + +github_checks: + annotations: false