onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 16 forks source link

Update ci.yml #252

Closed fxamacker closed 2 years ago

fxamacker commented 2 years ago

Description

fixes: https://github.com/onflow/atree/issues/230


codecov-commenter commented 2 years ago

Codecov Report

Merging #252 (e17fa83) into main (5494f9e) will decrease coverage by 0.06%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
- Coverage   68.97%   68.90%   -0.07%     
==========================================
  Files          14       14              
  Lines        7245     7245              
==========================================
- Hits         4997     4992       -5     
- Misses       1617     1621       +4     
- Partials      631      632       +1     
Impacted Files Coverage Δ
storage.go 79.28% <0.00%> (-0.36%) :arrow_down:
map.go 71.31% <0.00%> (-0.11%) :arrow_down:

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 5494f9e...e17fa83. Read the comment docs.

turbolent commented 2 years ago

Nice!

Maybe we can also bump https://github.com/onflow/atree/blob/main/go.mod#L3, e.g. to 1.17? See https://go.dev/doc/modules/gomod-ref#go-notes

(Once bumped, also need to run go mod tidy to update the go.sum file)