-
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
add function call type checks #122
Conversation
Benchmarking factorialCompiling factorial (factorial.con) Benchmarking fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
==========================================
- Coverage 61.63% 61.61% -0.02%
==========================================
Files 25 25
Lines 4329 4364 +35
==========================================
+ Hits 2668 2689 +21
- Misses 1661 1675 +14 ☔ View full report in Codecov by Sentry. |
Checks the parameters are of the correct type:
Checks the parameter count matches: