gosh-lang / gosh

Gosh is an interpreted language for Go ecosystem written in Go
https://gosh-lang.org
Mozilla Public License 2.0
62 stars 8 forks source link

[WIP] Test for golangci-lint #48

Open AlekSi opened 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage    68.9%   78.32%   +9.41%     
==========================================
  Files           5        4       -1     
  Lines        1206     1061     -145     
==========================================
  Hits          831      831              
+ Misses        342      197     -145     
  Partials       33       33
Impacted Files Coverage Δ
parser/parser.go 67.16% <0%> (ø) :arrow_up:
scanner/scanner.go 97.51% <0%> (ø) :arrow_up:
main.go

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 f05ac68...6f455c5. Read the comment docs.