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

replace EachList by ListIterator #177

Merged
merged 7 commits into from
Mar 20, 2022
Merged

replace EachList by ListIterator #177

merged 7 commits into from
Mar 20, 2022

Conversation

ichiban
Copy link
Owner

@ichiban ichiban commented Mar 19, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2022

Codecov Report

Merging #177 (e6babd8) into main (08fb802) will increase coverage by 0.46%.
The diff coverage is 95.79%.

@@            Coverage Diff             @@
##             main     #177      +/-   ##
==========================================
+ Coverage   95.48%   95.95%   +0.46%     
==========================================
  Files          19       20       +1     
  Lines        6052     6083      +31     
==========================================
+ Hits         5779     5837      +58     
+ Misses        228      205      -23     
+ Partials       45       41       -4     
Impacted Files Coverage Δ
engine/builtin.go 93.61% <92.53%> (+0.76%) ⬆️
engine/clause.go 97.82% <100.00%> (ø)
engine/compound.go 100.00% <100.00%> (ø)
engine/dcg.go 95.89% <100.00%> (+0.02%) ⬆️
engine/exception.go 100.00% <100.00%> (+1.88%) ⬆️
engine/iterator.go 100.00% <100.00%> (ø)
engine/lexer.go 100.00% <100.00%> (ø)
engine/number.go 100.00% <100.00%> (ø)
engine/parser.go 95.34% <100.00%> (+0.63%) ⬆️
engine/vm.go 82.74% <100.00%> (ø)
... and 7 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 08fb802...e6babd8. Read the comment docs.

@ichiban ichiban merged commit 66a3f9f into main Mar 20, 2022
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.

2 participants