filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

Restructure tests to use subtests #63

Closed iand closed 2 years ago

iand commented 2 years ago

Replaces the TestMain hack with subtests to allow better integration with test and benchmark tooling.

codecov-commenter commented 2 years ago

Codecov Report

Merging #63 (eb6edc7) into master (7fd249d) will increase coverage by 0.92%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   60.02%   60.94%   +0.92%     
==========================================
  Files           8        8              
  Lines         973      973              
==========================================
+ Hits          584      593       +9     
+ Misses        265      257       -8     
+ Partials      124      123       -1     
Impacted Files Coverage Δ
diff.go 69.17% <0.00%> (+3.38%) :arrow_up: