language: go go: - "1.11.x" branches: only: - master - develop env: - GITEE_GF=$GOPATH/src/gitee.com/johng/gf GO111MODULE=on services: - mysql before_install: - pwd install: - pwd - mkdir -p $GITEE_GF - cp * $GITEE_GF -R - cd $GITEE_GF script: - cd g && go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash)