Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: float decoding, improve coverage #25

Merged
merged 6 commits into from Jan 17, 2022

Conversation

tdakkota
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 17, 2022

Codecov Report

Merging #25 (97d4e11) into main (451ba41) will increase coverage by 0.81%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #25      +/-   ##
===========================================
+ Coverage   99.18%   100.00%   +0.81%     
===========================================
  Files          29        33       +4     
  Lines        2214      2220       +6     
===========================================
+ Hits         2196      2220      +24     
+ Misses         15         0      -15     
+ Partials        3         0       -3     
Impacted Files Coverage Δ
dec.go 100.00% <ø> (+2.16%) ⬆️
dec_int.go 100.00% <ø> (ø)
dec_bool.go 100.00% <100.00%> (ø)
dec_depth.go 100.00% <100.00%> (ø)
dec_float.go 100.00% <100.00%> (+1.10%) ⬆️
dec_null.go 100.00% <100.00%> (ø)
dec_read.go 100.00% <100.00%> (ø)
dec_skip.go 100.00% <100.00%> (+1.60%) ⬆️
dec_str.go 100.00% <100.00%> (+0.95%) ⬆️
... and 3 more

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 451ba41...97d4e11. Read the comment docs.

@ernado ernado merged commit 0deeee4 into go-faster:main Jan 17, 2022
@tdakkota tdakkota deleted the test/improve-coverage branch January 17, 2022 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants