Commit 7906f4ee1bb3505924713ce0386cb0c86854a6a0

Martin Mitas 2017-08-30T16:05:27

Add codecov.yml to ignore test dir in coverage reports.

1
2
3
4
5
6
7
8
9
10
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..4585f76
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,4 @@
+# YAML definition for codecov.io code coverage reports.
+
+ignore:
+    - "test"