From 3d8bf2c8536b5d779fee9d57af8931e5d9b24dd6 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 13 Sep 2017 01:43:17 +0200 Subject: Try to ignore tests in codecov. --- .codecov.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index fdb6a2a..5fc845c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,7 +2,6 @@ coverage: range: 50..100 round: up precision: 2 - -ignore: - - "test/" - - "lib/" \ No newline at end of file + ignore: + - "**/test_*.c" + - "lib" -- cgit v1.3.1