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

Conformity Testing I: Syntax #230

Merged
merged 21 commits into from
Jul 16, 2022
Merged

Conformity Testing I: Syntax #230

merged 21 commits into from
Jul 16, 2022

Conversation

ichiban
Copy link
Owner

@ichiban ichiban commented Jul 5, 2022

@codecov
Copy link

codecov bot commented Jul 13, 2022

Codecov Report

Merging #230 (6e6d7e4) into main (d1a5b82) will increase coverage by 0.02%.
The diff coverage is 99.15%.

@@            Coverage Diff             @@
##             main     #230      +/-   ##
==========================================
+ Coverage   97.39%   97.42%   +0.02%     
==========================================
  Files          21       21              
  Lines        6491     6669     +178     
==========================================
+ Hits         6322     6497     +175     
- Misses        138      140       +2     
- Partials       31       32       +1     
Impacted Files Coverage Δ
engine/builtin.go 96.82% <97.02%> (+0.04%) ⬆️
engine/parser.go 98.65% <99.08%> (-0.38%) ⬇️
engine/atom.go 100.00% <100.00%> (ø)
engine/compound.go 100.00% <100.00%> (ø)
engine/float.go 93.87% <100.00%> (+1.02%) ⬆️
engine/integer.go 97.36% <100.00%> (+0.30%) ⬆️
engine/lexer.go 100.00% <100.00%> (ø)
engine/term.go 100.00% <100.00%> (ø)
engine/variable.go 94.73% <100.00%> (ø)
solutions.go 100.00% <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 d1a5b82...6e6d7e4. Read the comment docs.

@ichiban ichiban marked this pull request as ready for review July 16, 2022 01:25
@ichiban ichiban merged commit 5cf5658 into main Jul 16, 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.

1 participant