Fix typo
This commit is contained in:
Emir Beganović 2019-05-05 10:52:47 +04:00 committed by GitHub
commit 0807818e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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