Dulce-Work-Schedule/2018.1-Dulce_Hospital

View on GitHub
utils/script_coveralls.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
repo=$(git rev-parse --show-toplevel)
echo "COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN}" > ${repo}/Environments/Test/Variables/coveralls.env && exit 0