summaryrefslogtreecommitdiff
path: root/.travis/upload-coverage
blob: 7a388d0da19ccd0232b27c1fb11d36bed60d8e5b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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