From 6400ab8d18cf115f67698f7014c3d2bb9bad6979 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 30 Dec 2015 13:10:39 +0200 Subject: [PATCH] Added the missing coveralls script. --- travis-coveralls.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 travis-coveralls.sh diff --git a/travis-coveralls.sh b/travis-coveralls.sh new file mode 100755 index 0000000..7825265 --- /dev/null +++ b/travis-coveralls.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +pip install --user cpp-coveralls +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