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

feat: add object iterator #48

Merged
merged 5 commits into from
May 16, 2022
Merged

feat: add object iterator #48

merged 5 commits into from
May 16, 2022

Conversation

tdakkota
Copy link
Member

Fixes #47

@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #48 (e8ccd63) into main (0a79161) will decrease coverage by 0.08%.
The diff coverage is 96.61%.

@@             Coverage Diff             @@
##              main      #48      +/-   ##
===========================================
- Coverage   100.00%   99.91%   -0.09%     
===========================================
  Files           36       37       +1     
  Lines         2323     2381      +58     
===========================================
+ Hits          2323     2379      +56     
- Misses           0        2       +2     
Impacted Files Coverage Δ
dec_b64.go 100.00% <ø> (ø)
dec_obj_iter.go 96.55% <96.55%> (ø)
dec_arr_iter.go 100.00% <100.00%> (ø)

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 0a79161...e8ccd63. Read the comment docs.

@tdakkota tdakkota marked this pull request as ready for review May 16, 2022 13:18
@ernado ernado merged commit defc97c into go-faster:main May 16, 2022
@tdakkota tdakkota deleted the feat/obj-iter branch May 16, 2022 14:33
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.

feat: object iterator
2 participants