Change build settings to speed up builds

1. Don't run long steps for Go versions other than 1.9 & 1.10
according to Golang Release Policy (two latest versions).

2. Switch to codecov.io, collect coverage only on Go 1.10 which
has fixes for multi-module coverage & ./... ignoring vendor.

3. Simplify Makefile.
This commit is contained in:
Andrey Smirnov
2018-04-17 00:33:30 +03:00
parent 797b2dd996
commit 2a8aff9746
4 changed files with 35 additions and 41 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ _testmain.go
*.exe
*.test
coverage.html
coverage*.out
coverage.txt
*.pyc