toxcore/.github/scripts/upload-coverage
iphydf 5ab301ecab
chore: Remove all references to Travis CI.
Travis gave up on FOSS, so no more free advertisement for Travis.
2022-01-10 01:17:46 +00:00

11 lines
205 B
Bash
Executable File

#!/bin/bash
# We only submit coverage from the Linux build.
coveralls \
--exclude auto_tests \
--exclude other \
--exclude testing \
--gcov-options '\-lp'
bash <(curl -s https://codecov.io/bash)