Fix coveralls ignore file list

This commit is contained in:
Mathieu Champlon 2015-03-31 22:17:11 +02:00
parent e148e7bf64
commit f0a59b73fd

View file

@ -26,7 +26,7 @@ before_install:
- BRANCH_TO_TEST=master
# Files, which coverage results must be ignored (files from other projects). Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/path.cpp'
- IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/path.cpp */numeric/conversion/converter_policies.hpp'
- IGNORE_COVERAGE='*/boost-local/*'
# From this point and below code is same for all the Boost libs
# Cloning Boost libraries (fast nondeep cloning)