Dulce-Work-Schedule/2018.1-Dulce_Report

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}/Docker/Test/env/coveralls.env && exit 0