-
Notifications
You must be signed in to change notification settings - Fork 11
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
testcases in concrete_driver examples includes check phase for linearity check coverage #141
Conversation
Benchmarking factorialCompiling factorial (factorial.con) Benchmarking fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #141 +/- ##
==========================================
+ Coverage 54.57% 60.13% +5.56%
==========================================
Files 27 27
Lines 5387 5381 -6
==========================================
+ Hits 2940 3236 +296
+ Misses 2447 2145 -302 ☔ View full report in Codecov by Sentry. |
I reopen the PR with an appealing/meaning branch, rather than a generic theme like in this PR |
It can be checked in codecov we are now covering linearity_check.rs source file.
Linearity check algorithm can be aknowledged as completed when fn check_var_in_expr coverage of match statement is fully covered. It is expected to cover not with examples .con file, but manually building the conditions for coverage, as the current status of the parser is possible not to satisfy all conditions from a parsed source code.