summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-11-11 04:43:39 -0600
committerGitHub <noreply@github.com>2017-11-11 04:43:39 -0600
commitae8fd37332ad9f01b762ab37f5662cdd33f1e232 (patch)
tree976f5684405adf5abf4531d70fd5ead7106b1195 /.codecov.yml
parent756caaa1fb29faab06f6f8e4c9258ccfc3c5d4dc (diff)
downloadchat-ae8fd37332ad9f01b762ab37f5662cdd33f1e232.tar.gz
chat-ae8fd37332ad9f01b762ab37f5662cdd33f1e232.tar.bz2
chat-ae8fd37332ad9f01b762ab37f5662cdd33f1e232.zip
Add codecov yaml file (#7818)
* add codecov yaml file * ignore storetest directory * add a test * relax status checks a bit for now
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 000000000..29fa07a58
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,8 @@
+coverage:
+ status:
+ project:
+ default:
+ threshold: 1%
+ patch: off
+ignore:
+ - store/storetest