aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-10 13:01:18 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-17 12:16:58 +0100
commitcc288000f7de1a3d8c213e5e217d5d6d2708a61c (patch)
tree3a39227acaf097efb58373609be924e78578c8d3 /.codecov.yml
parentbb1c61911f02da3fcc839861bf1b428b7d410758 (diff)
downloadvis-cc288000f7de1a3d8c213e5e217d5d6d2708a61c.tar.gz
vis-cc288000f7de1a3d8c213e5e217d5d6d2708a61c.tar.xz
build: add automated code coverage via Travis CI and codecov.io
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..1805fb6
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,3 @@
+ignore:
+ - "dependency"
+ - "test"