Setup Codecov (#235)

This commit is contained in:
Thomas Pelletier
2018-07-24 11:27:17 -07:00
committed by GitHub
parent 5c5490133d
commit 14d3ac30da
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ cp -R query/* src/github.com/pelletier/go-toml/query
go build -o test_program_bin src/github.com/pelletier/go-toml/cmd/test_program.go
# Run basic unit tests
go test github.com/pelletier/go-toml -covermode=count -coverprofile=coverage.out
go test github.com/pelletier/go-toml -race -coverprofile=coverage.txt -covermode=atomic
go test github.com/pelletier/go-toml/cmd/tomljson
go test github.com/pelletier/go-toml/query