Merge pull request #6 from mat007/build-with-b2

Fix coveralls ignore file list
This commit is contained in:
Mathieu Champlon 2015-03-31 23:17:51 +02:00
commit 1a4a919f81

View file

@ -26,7 +26,7 @@ before_install:
- BRANCH_TO_TEST=master - 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' # 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 # From this point and below code is same for all the Boost libs
# Cloning Boost libraries (fast nondeep cloning) # Cloning Boost libraries (fast nondeep cloning)