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

Add cors test #63

Closed juliovcruz closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   92.16%   96.38%   +4.21%     
==========================================
  Files           8        8              
  Lines         166      166              
==========================================
+ Hits          153      160       +7     
+ Misses         11        4       -7     
  Partials        2        2              
Flag Coverage Δ
#unittests 96.38% <ø> (+4.21%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
handle/middlewares/cors.go 100.00% <0.00%> (+100.00%) :arrow_up:

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 3360b14...adb3cbe. Read the comment docs.

juliovcruz commented 4 years ago

I agree with the changes, i believe it got better the code

rodrigo-brito commented 4 years ago

@juliovcruz thank you for the contribution