From cc288000f7de1a3d8c213e5e217d5d6d2708a61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 10 Nov 2016 13:01:18 +0100 Subject: build: add automated code coverage via Travis CI and codecov.io --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codecov.yml (limited to '.codecov.yml') 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" -- cgit v1.2.3