toxcore/other/travis/toxcore-linux-after_script

9 lines
187 B
Bash
Executable File

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