From b72cc6cdfde0107fb93cb9cb87616527abb9c8d8 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 16 Nov 2019 17:28:44 +0300 Subject: [PATCH] Adjust coverage reports in CI (3) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c622233..783b82d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: # Files, which coverage results must be ignored (files from other projects). # Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/*' - - IGNORE_COVERAGE='*/filesystem/src/* */thread/src/pthread/* */timer/src/* operators.hpp' + - IGNORE_COVERAGE='*/filesystem/src/* */thread/src/pthread/* */thread/src/future.cpp */timer/src/* operators.hpp' # boost-local/libs/ folder to put this library into. This may be useful, if you're for example running Travis # from `Boost.DLL` repo while Boost already has `dll` and with to replace `dll` with content of`Boost.DLL`.