From b627e361379b89802df4930abbc64ce26bd8f323 Mon Sep 17 00:00:00 2001 From: Dmitriy Shirchenko Date: Mon, 17 May 2021 15:14:22 -0700 Subject: Set up CI (#45) Set up CI with GitHub actions. --- .codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codecov.yml (limited to '.codecov.yml') diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..b3da3cb --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,14 @@ +coverage: + range: 80..100 + round: down + precision: 2 + + status: + project: # measuring the overall project coverage + default: # context, you can create multiple ones with custom titles + enabled: yes # must be yes|true to enable this status + target: 40% # specify the target coverage for each commit status + # option: "auto" (must increase from parent commit or pull request base) + # option: "X%" a static target percentage to hit + if_not_found: success # if parent is not found report status as success, error, or failure + if_ci_failed: error # if ci fails report status as success, error, or failure -- cgit v1.2.3