[BUGFIX] circleci for coveralls.io
This commit is contained in:
parent
53fd52599d
commit
4364c09c8e
|
@ -4,6 +4,10 @@
|
||||||
CI=$1
|
CI=$1
|
||||||
echo "run for $CI"
|
echo "run for $CI"
|
||||||
|
|
||||||
|
if [ "$CI" == "circle-ci" ]; then
|
||||||
|
cd ${GOPATH}/src/github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}
|
||||||
|
fi
|
||||||
|
|
||||||
echo "mode: count" > profile.cov
|
echo "mode: count" > profile.cov
|
||||||
FAIL=0
|
FAIL=0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue