Closed dkarrasch closed 6 months ago
Attention: Patch coverage is 89.18919%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 84.00%. Comparing base (
3b30333
) to head (48f3784
).
Files | Patch % | Lines |
---|---|---|
src/linalg.jl | 91.30% | 2 Missing :warning: |
src/sparsevector.jl | 85.71% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a companion PR to https://github.com/JuliaLang/julia/pull/52439. It pushes creation of
MulAddMul
objects down the call path, so avoids it in all cases except for in-place sparse multiplication.