pudb/upload_coverage.sh
2019-09-09 15:23:32 -05:00

11 lines
161 B
Bash

#!/bin/bash
if [ -z "$COVERAGE" ]; then
echo "coverage is not selected for this build"
exit 0
fi
echo "uploading coverage"
eval "codecov --token=$COVERAGE"