From dfc4c7e501ee4001068be31a377ad67dd3c5e415 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 8 Nov 2018 11:06:22 +0700 Subject: [PATCH] appveyor.yml: Allow <100% coverage Related to https://github.com/coala/meta/issues/117 --- .ci/appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml index 2a5df439da..5963fabb81 100644 --- a/.ci/appveyor.yml +++ b/.ci/appveyor.yml @@ -54,6 +54,7 @@ test_script: # which defaults to CRLF on Windows, and Appveyor CI ignores .gitattributes # http://help.appveyor.com/discussions/problems/5687-gitattributes-changes-dont-have-any-effect - unix2dos tests/java/test_files/CheckstyleGood.java + - sed -i '/fail_under/d' setup.cfg # Clang DLLs x64 were nowadays installed, but the x64 version hangs, so we # exclude according tests. See https://github.com/appveyor/ci/issues/495 and # https://github.com/appveyor/ci/issues/688