From 5dc52afd1e15ac72f3ef7a964f2d4b486a5a9439 Mon Sep 17 00:00:00 2001 From: miloyip Date: Tue, 14 Apr 2015 11:40:09 +0800 Subject: [PATCH] Ignore files for coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c64d62b..be06f35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,4 +48,4 @@ script: - make travis_doc after_success: - - coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes + - coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes -e include/rapidjson/internal/meta.h -e include/rapidjson/error/en.h