summaryrefslogtreecommitdiff
path: root/.travis/upload-coverage
diff options
context:
space:
mode:
Diffstat (limited to '.travis/upload-coverage')
-rwxr-xr-x.travis/upload-coverage8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis/upload-coverage b/.travis/upload-coverage
index 08f0e482..d49538d9 100755
--- a/.travis/upload-coverage
+++ b/.travis/upload-coverage
@@ -1,10 +1,10 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# We only submit coverage from the Linux build. 3# We only submit coverage from the Linux build.
4coveralls \ 4coveralls \
5 --exclude auto_tests \ 5 --exclude auto_tests \
6 --exclude other \ 6 --exclude other \
7 --exclude testing \ 7 --exclude testing \
8 --gcov-options '\-lp' 8 --gcov-options '\-lp'
9 9
10bash <(curl -s https://codecov.io/bash) 10bash <(curl -s https://codecov.io/bash)