summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-after_script
blob: 06dec60726af5d0d78760685621ecb50a330931f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e -x

coveralls               \
  --exclude auto_tests  \
  --exclude other       \
  --exclude testing     \
  --gcov-options '\-lp'