1 Star 0 Fork 15

落舞者/gosql

forked from fifsky/gosql 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
fifsky 提交于 2018-07-10 17:33 . add codecov
language: go
sudo: false
go:
- 1.9.x
- 1.10.x
services:
- mysql
# create test database
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS users;'
- export MYSQL_TEST_DSN="travis:@/users?parseTime=true"
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks: https://oapi.dingtalk.com/robot/send?access_token=585ec926ed59ac42f162c9b3efdac56509113616a4681f256d3313845bf9a11c
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mlboy/gosql.git
git@gitee.com:mlboy/gosql.git
mlboy
gosql
gosql
master

搜索帮助