toxcore/.travis/upload-coverage

9 lines
187 B
Plaintext
Raw Normal View History

#!/bin/sh
# We only submit coverage from the Linux build.
coveralls \
--exclude auto_tests \
--exclude other \
--exclude testing \
--gcov-options '\-lp'