From a50b0670d62fd9be082bee8707d1de074da9fc2c Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 15 Apr 2017 22:20:53 +0300 Subject: [PATCH] Coverage fixes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff2d864..ac649a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: # Files, which coverage results must be ignored (files from other projects). # Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/*' - - IGNORE_COVERAGE='*/numeric/conversion/converter_policies.hpp */boost/progress.hpp */filesystem/src/* */pthread/once_atomic.cpp */src/pthread/thread.cpp ' + - IGNORE_COVERAGE='*/numeric/conversion/converter_policies.hpp */boost/progress.hpp */filesystem/src/* */pthread/once_atomic.cpp */src/pthread/thread.cpp thread/src/future.cpp ' # 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`.