aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-29 12:05:07 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-30 23:17:50 +0100
commita78dcbb09a27fa446dbe0a6bd36217dae46ec441 (patch)
tree390c7129830a63fd57d6919fc4ebea4e36f62918 /.codecov.yml
parent5a9b077ddf45e89dc2a75ee319cc7084a310b20f (diff)
downloadvis-a78dcbb09a27fa446dbe0a6bd36217dae46ec441.tar.gz
vis-a78dcbb09a27fa446dbe0a6bd36217dae46ec441.tar.xz
build: try to avoid failed commit status when coverage slightly drops
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 40567da..d6e610b 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -3,3 +3,9 @@ ignore:
- "test"
comment: off
+
+coverage:
+ status:
+ project:
+ default:
+ threshold: 1%