ReconfigureIO / goblin

convert from a Go AST to JSON
Apache License 2.0
42 stars 15 forks source link

Added support for multiline types, ellipsis parameter and type switch #57

Open Evgenus opened 3 years ago

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@1223666). Click here to learn what that means. The diff coverage is 15.38%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #57   +/-   ##
=========================================
  Coverage          ?   57.20%           
=========================================
  Files             ?        1           
  Lines             ?      645           
  Branches          ?        0           
=========================================
  Hits              ?      369           
  Misses            ?      245           
  Partials          ?       31           
Impacted Files Coverage Δ
goblin.go 57.20% <15.38%> (ø)

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 1223666...4f41d33. Read the comment docs.

robtaylor commented 3 years ago

Looks like our CI isn't working any more :/ I'd accept patches to move from travis to github workflows!

Evgenus commented 3 years ago

58 Check this out