Upload coverage to codecov as well as coveralls.

This commit is contained in:
iphydf 2018-08-19 22:29:00 +00:00
parent 0fa700b55b
commit 0e7cc197f4
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# We only submit coverage from the Linux build.
coveralls \
@ -6,3 +6,5 @@ coveralls \
--exclude other \
--exclude testing \
--gcov-options '\-lp'
bash <(curl -s https://codecov.io/bash)