JuliaLinearAlgebra / SemiseparableMatrices.jl

A Julia package to represent semiseparable and almost banded matrices
MIT License
9 stars 4 forks source link

Make `Q` test future-proof #35

Closed dkarrasch closed 1 year ago

dkarrasch commented 1 year ago

This needs a new version so that I can test this on the AbstractQ PR in Julia Base via nanosoldier.

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@452805d). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #35 +/- ## ========================================= Coverage ? 93.35% ========================================= Files ? 4 Lines ? 271 Branches ? 0 ========================================= Hits ? 253 Misses ? 18 Partials ? 0 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dlfivefifty commented 1 year ago

Note there is no reason to tag a new version if the only change is in a tests.

dkarrasch commented 1 year ago

Normally I wouldn't have bumped the version, but I want nanosoldier to pick up this version so that it works on both current master and on my AbstractQ branch.