From 6a289f32c243e5414ed17560389e2d95e1dc7e59 Mon Sep 17 00:00:00 2001 From: Xargin Date: Wed, 5 Jul 2017 16:49:42 +0800 Subject: [PATCH] fix codecov.yml curl https://codecov.io/validate --data-binary @.codecov.yml --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index a22f9d3..10fb55a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,4 +1,4 @@ ignore: - "output_tests/.*" - - "assert" + - "assert/.*"