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

Implement equality check #275

Merged
merged 3 commits into from
Mar 5, 2024

Custom `PartialEq` impl for numbers and support for comparisons of di…

c3e7795
Select commit
Loading
Failed to load commit list.
Merged

Implement equality check #275

Custom `PartialEq` impl for numbers and support for comparisons of di…
c3e7795
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 3, 2024 in 0s

83.30% (target 0.00%)

View this Pull Request on Codecov

83.30% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 68.75000% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 83.30%. Comparing base (7dce963) to head (c3e7795).

Files Patch % Lines
core/src/ast.rs 38.09% 13 Missing ⚠️
core/src/num/unit.rs 40.00% 3 Missing ⚠️
core/src/lexer.rs 71.42% 2 Missing ⚠️
core/src/scope.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #275      +/-   ##
==========================================
- Coverage   83.37%   83.30%   -0.07%     
==========================================
  Files          52       52              
  Lines       14668    14721      +53     
==========================================
+ Hits        12229    12264      +35     
- Misses       2439     2457      +18     

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