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 sort tests #39

Closed billcobbler closed 4 years ago

billcobbler commented 4 years ago

Contributes to #23 by adding sort unit test.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   66.31%   68.44%   +2.13%     
==========================================
  Files           7        7              
  Lines         187      187              
==========================================
+ Hits          124      128       +4     
+ Misses         60       58       -2     
+ Partials        3        1       -2     
Impacted Files Coverage Δ
model/sort.go 100.00% <0.00%> (+57.14%) :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 357ccf3...e7f3191. Read the comment docs.

rodrigo-brito commented 4 years ago

Hi @billcobbler, thank you for contributing.