1 Star 0 Fork 0

mamh-mixed/goftp-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
circle.yml 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
lunny 提交于 2018-03-03 13:49 . Fix race bug and add race test (#35)
dependencies:
override:
- mkdir -p ~/.go_workspace/src/github.com/goftp
- ln -s ${HOME}/${CIRCLE_PROJECT_REPONAME} ${HOME}/.go_workspace/src/github.com/goftp/${CIRCLE_PROJECT_REPONAME}
# './...' is a relative pattern which means all subdirectories
- go get -t -d -v ./...
- go build -v
test:
override:
# './...' is a relative pattern which means all subdirectories
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
post:
- bash <(curl -s https://codecov.io/bash)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mamh-mixed/goftp-server.git
git@gitee.com:mamh-mixed/goftp-server.git
mamh-mixed
goftp-server
goftp-server
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385