From 01b2b441df4a9504afdcd88ab7376c34e8f67b39 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 24 May 2017 00:55:13 +0100 Subject: [PATCH] CodeCov: ignore test files in /cmake --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecov.yml b/.codecov.yml index 3be4a056..b90ffae8 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,4 +1,5 @@ ignore: + - /cmake/ - /test/ - /modules/modp*/*.cpp - /modules/modp*/swig*