Skip to content

Commit

Permalink
ci/travis/after_success.sh: exclude directories from coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 18, 2020
1 parent ffa4091 commit 318b1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if [ "$BUILD_NAME" != "PHP_7.2_WITH_ASAN" ]; then
sh -c 'if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "master"; then echo "run coverage"; ./run_code_coverage_upload.sh; fi'
ln -s ../../../mapparser.y build/CMakeFiles/mapserver.dir/
ln -s ../../../maplexer.l build/CMakeFiles/mapserver.dir/
coveralls --exclude renderers --exclude mapscript --exclude apache --exclude build/mapscript/mapscriptJAVA_wrap.c --exclude build/mapscript/mapscriptPYTHON_wrap.c --exclude shp2img.c --exclude legend.c --exclude scalebar.c --exclude msencrypt.c --exclude sortshp.c --exclude shptreevis.c --exclude shptree.c --exclude testexpr.c --exclude sym2img.c --exclude testcopy.c --exclude shptreetst.c --exclude tile4ms.c --extension .c --extension .cpp
coveralls --exclude renderers --exclude mapscript --exclude apache --exclude build/mapscript/mapscriptJAVA_wrap.c --exclude build/mapscript/mapscriptPYTHON_wrap.c --exclude shp2img.c --exclude legend.c --exclude scalebar.c --exclude msencrypt.c --exclude sortshp.c --exclude shptreevis.c --exclude shptree.c --exclude testexpr.c --exclude sym2img.c --exclude testcopy.c --exclude shptreetst.c --exclude tile4ms.c --exclude proj --exclude swig-3.0.12 --extension .c --extension .cpp
fi

0 comments on commit 318b1aa

Please sign in to comment.