aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-02-24 23:32:19 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-02-24 23:32:19 +0300
commit9b2032538ad45982fcf4acb5e35ec3f970c18deb (patch)
tree2bfd5f8cd4f1594df200a27c1362338e04832569 /.codecov.yml
parent6e716c0eb8958c5d7700e0712a175e8e98d0ba0a (diff)
Added readmeHEADmaster
Added CI files
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..e84d80d
--- /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: 95% # 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 \ No newline at end of file