2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-26 03:47:35 +00:00
criu/scripts/travis/travis-after_success

11 lines
281 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
set -x -e
# We only need to run the below for gcov-enabled builds
test -z "$GCOV" && exit 0
sudo apt-get install -qq -y lcov
gem install coveralls-lcov
sudo lcov --directory ../.. --capture --output-file coverage.info --ignore-errors graph
coveralls-lcov coverage.info