1
0
Fork 0
mirror of https://github.com/shouptech/tempgopher.git synced 2026-02-03 16:49:42 +00:00

Fix error in ci yaml

This commit is contained in:
Emma 2018-10-26 13:42:04 -06:00
parent 961a8de916
commit 14fa9a78c4

View file

@ -24,6 +24,7 @@ test:
- go get -v -t ./... - go get -v -t ./...
- go test -v -coverprofile=$CI_PROJECT_DIR/coverage.out - go test -v -coverprofile=$CI_PROJECT_DIR/coverage.out
artifacts: artifacts:
paths:
- coverage.out - coverage.out
build: build: