summaryrefslogtreecommitdiff
path: root/.travis/upload-coverage
blob: d49538d9c667a2c067b57c80dfeb2f37a72bb6a7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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)