update test file

This commit is contained in:
谢小军
2019-12-31 21:18:42 +08:00
parent 202a4208f5
commit 2f94d7dc0b
4 changed files with 14 additions and 9 deletions

View File

@@ -2,3 +2,14 @@ language: go
go: go:
- 1.13.x - 1.13.x
- master - master
go_import_path: github.com/xxjwxc/gormt
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

@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/xxjwxc/gormt.svg?branch=master)](https://travis-ci.org/xxjwxc/gormt) [![Build Status](https://travis-ci.org/xxjwxc/gormt.svg?branch=master)](https://travis-ci.org/xxjwxc/gormt)
[![Go Report Card](https://goreportcard.com/badge/github.com/xxjwxc/gormt)](https://goreportcard.com/report/github.com/xxjwxc/gormt) [![Go Report Card](https://goreportcard.com/badge/github.com/xxjwxc/gormt)](https://goreportcard.com/report/github.com/xxjwxc/gormt)
[![codecov](https://codecov.io/gh/xxjwxc/gormt/branch/master/graph/badge.svg)](https://codecov.io/gh/xxjwxc/gormt)
# [gormt](https://github.com/xxjwxc/gormt) # [gormt](https://github.com/xxjwxc/gormt)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long