summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-19 22:29:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-19 22:37:05 +0000
commit0e7cc197f4da06b62de1ca200e8c2ae02c4a8818 (patch)
tree7f29383a7366b7b8aea1dcc5ebf12e66efd01631 /.travis
parent0fa700b55b1313dd790b504b30876f21c60f5ecf (diff)
Upload coverage to codecov as well as coveralls.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/upload-coverage4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis/upload-coverage b/.travis/upload-coverage
index 7a388d0d..08f0e482 100755
--- a/.travis/upload-coverage
+++ b/.travis/upload-coverage
@@ -1,4 +1,4 @@
1#!/bin/sh 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 \
@@ -6,3 +6,5 @@ coveralls \
6 --exclude other \ 6 --exclude other \
7 --exclude testing \ 7 --exclude testing \
8 --gcov-options '\-lp' 8 --gcov-options '\-lp'
9
10bash <(curl -s https://codecov.io/bash)