-
Notifications
You must be signed in to change notification settings - Fork 16
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
Missing enum variant check #210
Conversation
Benchmarking (Linux) factorialCompiling factorial (factorial.con) Benchmarking (Linux) fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
==========================================
+ Coverage 60.06% 60.26% +0.19%
==========================================
Files 25 25
Lines 4738 4774 +36
==========================================
+ Hits 2846 2877 +31
- Misses 1892 1897 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmarking (macOS) factorialCompiling factorial (factorial.con) Benchmarking (macOS) fibCompiling fib (fib.con) |
b1bb7cb
to
9dd6330
Compare
This program now will error due to the missing variant in the match.