Fix codeconv integration

This commit is contained in:
Jinzhu 2019-05-05 14:20:51 +08:00
parent 018491a6dd
commit 12c3abcd45
2 changed files with 6 additions and 14 deletions

View File

@ -1,14 +0,0 @@
language: go
go:
- 1.12.x
- tip
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@ -146,3 +146,9 @@ build:
name: test mssql
code: |
GORM_DIALECT=mssql GORM_DSN="sqlserver://gorm:LoremIpsum86@mssql:1433?database=gorm" go test -race ./...
- script:
name: codeconv
code: |
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
bash <(curl -s https://codecov.io/bash)