From 0bb8704015ddd44053746d7c86505ca9cd1c38bf Mon Sep 17 00:00:00 2001 From: Yiyu Ni Date: Thu, 14 Mar 2024 20:24:52 -0500 Subject: [PATCH] Add files via upload --- codecov.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..e42c1e1 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,24 @@ +# config for codecov + +coverage: + status: + + # set commit status if relative change of whole project coverage + # exceeds threshold + project: + default: + target: auto + threshold: 0 + set_pending: yes + if_no_uploads: error + if_not_found: error + if_ci_failed: error + + # not exactly sure in what cases this commit status is triggered.. + changes: + default: + enabled: no + +# no comments in PRs +comment: off +