From 4907dc00f653c82ce5cd0e2223d73fe5763ae99c Mon Sep 17 00:00:00 2001 From: Xargin Date: Wed, 5 Jul 2017 16:41:24 +0800 Subject: [PATCH] change codecov file --- .codecov.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index f948b1a..a22f9d3 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,4 @@ -codecov: - ignore: - - "output_tests" - - "assert" +ignore: + - "output_tests/.*" + - "assert"