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

Fix integer powers to return appropriate type instead of QuadExpr #3474

Merged
merged 3 commits into from
Sep 4, 2023

Update test/test_mutable_arithmetics.jl

f64a855
Select commit
Loading
Failed to load commit list.
Merged

Fix integer powers to return appropriate type instead of QuadExpr #3474

Update test/test_mutable_arithmetics.jl
f64a855
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2023 in 0s

98.09% (+0.00%) compared to e4d682d

View this Pull Request on Codecov

98.09% (+0.00%) compared to e4d682d

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (e4d682d) 98.09% compared to head (f64a855) 98.09%.
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3474   +/-   ##
=======================================
  Coverage   98.09%   98.09%           
=======================================
  Files          37       37           
  Lines        5501     5506    +5     
=======================================
+ Hits         5396     5401    +5     
  Misses        105      105           
Files Changed Coverage Δ
src/operators.jl 96.84% <100.00%> (ø)

... and 2 files with indirect coverage changes

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