From 34835b90e37f797b02cf08053c19e787e531cd4c Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 5 Jan 2016 16:49:41 +0300 Subject: [PATCH] Ignore tests coverage for unrelated libraries --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3a464c..912c92d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ env: # Files, which coverage results must be ignored (files from other projects). # Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/*' - - IGNORE_COVERAGE='' + - IGNORE_COVERAGE='*/numeric/conversion/converter_policies.hpp' # Explicitly remove the following library from Boost. This may be usefull, if you're for example running Travis # from `Boost.DLL` repo, while Boost already has `dll`.