From ae979855218831da624381b5cd0a3677a08032d5 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 23 Jun 2017 23:44:53 +0100 Subject: [PATCH] Add a comment to codecov config --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index ee40d96d..f8285b70 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,7 +6,7 @@ ignore: - /modules/modpython/znc_core.py - /modules/modperl/ZNC.pm fixes: - - "usr/local/lib/znc/::modules/" + - "usr/local/lib/znc/::modules/" # C++ and Python seem to work without this, but Perl needs this. codecov: ci: # Cygwin fails integration test with --coverage enabled, I don't know why