blob: 9e518d59ebfd7bf868651f94a2f691a77a0b9f04 [file] [log] [blame]
#!/bin/sh
set -e
if [ "$BUILD_TYPE" = "coverage" ]; then
coveralls --gcov-options '\-lp'
fi