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

refactor: Constraint::Plus stores an ExtensionSet, which is a BTreeSet #636

Merged
merged 11 commits into from
Nov 6, 2023

Merge remote-tracking branch 'origin/main' into refactor/constraint_p…

d26797f
Select commit
Loading
Failed to load commit list.
Merged

refactor: Constraint::Plus stores an ExtensionSet, which is a BTreeSet #636

Merge remote-tracking branch 'origin/main' into refactor/constraint_p…
d26797f
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 6, 2023 in 1s

78.31% (-0.01%) compared to b3062e9

View this Pull Request on Codecov

78.31% (-0.01%) compared to b3062e9

Details

Codecov Report

Merging #636 (d26797f) into main (b3062e9) will decrease coverage by 0.01%.
The diff coverage is 92.30%.

@@            Coverage Diff             @@
##             main     #636      +/-   ##
==========================================
- Coverage   78.31%   78.31%   -0.01%     
==========================================
  Files          65       65              
  Lines       11537    11532       -5     
  Branches    11537    11532       -5     
==========================================
- Hits         9035     9031       -4     
+ Misses       1862     1861       -1     
  Partials      640      640              
Files Coverage Δ
src/std_extensions/arithmetic/conversions.rs 75.36% <100.00%> (ø)
src/extension/infer.rs 86.20% <96.55%> (-0.07%) ⬇️
src/extension.rs 74.50% <75.00%> (ø)

... and 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!