Skip to content

Commit

Permalink
Try to fix Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
xaizek committed Jul 8, 2021
1 parent 9f8c48c commit 45c3c30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions scripts/appveyor/coveralls.yml
@@ -0,0 +1 @@
service_name: appveyor
15 changes: 9 additions & 6 deletions scripts/appveyor/nix/test
Expand Up @@ -6,10 +6,13 @@ make check

if [ "$COLLECT_COVERAGE" = yes ] && [ -n "$COVERALLS_REPO_TOKEN" ]; then
PATH="$HOME/.local/bin:$PATH"
coveralls --encoding iso-8859-1 --build-root src/ \
--exclude tests \
--exclude src/lua/lua \
--exclude src/utils/parson.c \
--exclude src/utils/xxhash.c \
--gcov-options '\-p'
coveralls --encoding iso-8859-1 \
--build-root src/ \
--exclude tests \
--exclude src/lua/lua \
--exclude src/utils/parson.c \
--exclude src/utils/xxhash.c \
--gcov-options '\-p' \
--coveralls-yaml scripts/appveyor/coveralls.yml \
--verbose
fi

0 comments on commit 45c3c30

Please sign in to comment.