constabulary / gb

gb, the project based build tool for Go
https://getgb.io/
MIT License
2.15k stars 150 forks source link

.travis.yml: add 1.8.x builds to travis #691

Closed davecheney closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #691 into master will increase coverage by 0.16%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #691      +/-   ##
==========================================
+ Coverage   52.97%   53.13%   +0.16%     
==========================================
  Files          42       40       -2     
  Lines        3160     3045     -115     
==========================================
- Hits         1674     1618      -56     
+ Misses       1342     1249      -93     
- Partials      144      178      +34
Impacted Files Coverage Δ
build.go 75% <ø> (-9.91%) :x:
cmd/gb/build.go
internal/depfile/depfile.go
depfile.go 32.06% <ø> (+24.06%) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 137520c...138daef. Read the comment docs.

davecheney commented 7 years ago

Test flake caused by gopkg.in. Updates #690