Files
2019-12-14 22:33:14 -05:00

8 lines
170 B
Bash

#!/usr/bin/env bash
if [[ "$allow_deploy" = "true" ]]
then
coverage xml
./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT || true
fi