From e97562eeaf93f6f0292bbdf443651ce571a7cb1b Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 24 May 2017 00:04:44 +0100 Subject: [PATCH] Don't wait for Jenkins and AppVeyor in CodeCov. --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index f9cce4be..ec22ece1 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,2 +1,8 @@ ignore: - /test/ +codecov: + ci: + # Cygwin fails integration test with --coverage enabled, I don't know why + - !appveyor + # FreeBSD doesn't support coverage yet (can't find libprofile_rt.a) + - !jenkins.znc.in