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

Add symbolic reduction for functions #48

Merged
merged 8 commits into from
Jun 5, 2024
Merged

Conversation

vanilla-extracts
Copy link
Owner

add symbolic reduction for functions

@codecov-commenter
Copy link

codecov-commenter commented May 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 238 lines in your changes missing coverage. Please review.

Project coverage is 10.32%. Comparing base (d89b8cb) to head (575adc0).

Files Patch % Lines
src/interpreting/stdlib.rs 0.00% 80 Missing ⚠️
src/functions/minus.rs 0.00% 58 Missing ⚠️
src/functions/add.rs 0.00% 32 Missing ⚠️
src/functions/divide.rs 0.00% 32 Missing ⚠️
src/functions/mult.rs 0.00% 32 Missing ⚠️
src/interpreting/interpreter.rs 0.00% 2 Missing ⚠️
src/exact_math/symbolic.rs 0.00% 1 Missing ⚠️
src/parsing/ast.rs 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##           mistress      #48      +/-   ##
============================================
- Coverage     10.78%   10.32%   -0.47%     
============================================
  Files            21       21              
  Lines          4264     4456     +192     
============================================
  Hits            460      460              
- Misses         3804     3996     +192     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vanilla-extracts vanilla-extracts mentioned this pull request May 26, 2024
13 tasks
@vanilla-extracts vanilla-extracts self-assigned this May 26, 2024
@vanilla-extracts vanilla-extracts marked this pull request as ready for review June 5, 2024 17:49
@vanilla-extracts vanilla-extracts merged commit 101edc5 into mistress Jun 5, 2024
8 checks passed
@vanilla-extracts vanilla-extracts deleted the fn_symbol branch June 5, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants