From edab9578195ea01ea4995de7b64a8a4697c30e2d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 23 Apr 2021 19:32:09 -0700 Subject: chore: Add status checks and pre-commit notice --- codecov.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index 6b3a873..066bbfc 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,11 @@ +# # NOTICE +# +# ## Before Committing +# 1. Verify the validity of the configuration via the following shell command; +# ```shell +# cat codecov.yml | curl --data-binary @- https://codecov.io/validate +# ``` + codecov: token: "secret:MV/bbQs7G9pJMr9d23PBUd+s6PP3MMj3RGqwOIWIlUH4639jfrTi+CxbHTBhicskHyYRuaDoTLB+HbktHuxYftPEC+MLacZJAn3krVe2jj8=" bot: "codecov-io" @@ -14,5 +22,17 @@ coverage: round: nearest precision: 2 status: - project: true + project: + default: + target: auto + threshold: 0% + flags: + - unit + paths: + - "src" + #branches: + #- main + if_ci_failed: error + informational: false + only_pulls: false patch: false -- cgit v1.2.3