commit bad11edea3271a65b8d476c0a90784f39cec781b parent 44fc7cf20de463c6d59777fb2773b874a351b244 Author: Martin Mitas <mity@morous.org> Date: Thu, 31 Aug 2017 14:49:18 +0200 Fix path in codecov.yml Diffstat:
| M | codecov.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/codecov.yml b/codecov.yml @@ -1,4 +1,4 @@ # YAML definition for codecov.io code coverage reports. ignore: - - "test" + - "md2html"