rodrigo-brito / gocity

:bar_chart: Code City metaphor for visualizing Go source code in 3D
https://go-city.github.io
MIT License
1.8k stars 139 forks source link

Update .travis to fix codecov badge #35

Closed rafaelrubbioli closed 5 years ago

rafaelrubbioli commented 5 years ago

The go test command was missing -cov and the path to all the files. Also changed to go 1.13 to download dependencies with mod download

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@dcc6198). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #35   +/-   ##
=========================================
  Coverage          ?   26.95%           
=========================================
  Files             ?        4           
  Lines             ?      141           
  Branches          ?        0           
=========================================
  Hits              ?       38           
  Misses            ?      103           
  Partials          ?        0

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 dcc6198...bc626fb. Read the comment docs.

rodrigo-brito commented 5 years ago