sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.79k stars 58 forks source link

upgrade dyn-stack #75

Closed sarah-ek closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (4690f08) 91.38% compared to head (59c2729) 91.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ========================================== + Coverage 91.38% 91.40% +0.01% ========================================== Files 56 56 Lines 61987 61762 -225 ========================================== - Hits 56648 56452 -196 + Misses 5339 5310 -29 ``` | [Files](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah) | Coverage Δ | | |---|---|---| | [faer-core/src/householder.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9ob3VzZWhvbGRlci5ycw==) | `89.65% <100.00%> (-0.09%)` | :arrow_down: | | [faer-core/src/mul.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9tdWwucnM=) | `84.38% <100.00%> (-0.04%)` | :arrow_down: | | [faer-evd/src/lib.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1ldmQvc3JjL2xpYi5ycw==) | `95.21% <100.00%> (-0.01%)` | :arrow_down: | | [faer-evd/src/tridiag\_real\_evd.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1ldmQvc3JjL3RyaWRpYWdfcmVhbF9ldmQucnM=) | `96.46% <100.00%> (ø)` | | | [faer-lu/src/full\_pivoting/compute.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1sdS9zcmMvZnVsbF9waXZvdGluZy9jb21wdXRlLnJz) | `95.79% <100.00%> (ø)` | | | [faer-lu/src/partial\_pivoting/compute.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1sdS9zcmMvcGFydGlhbF9waXZvdGluZy9jb21wdXRlLnJz) | `98.85% <100.00%> (-0.12%)` | :arrow_down: | | [faer-qr/src/col\_pivoting/compute.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1xci9zcmMvY29sX3Bpdm90aW5nL2NvbXB1dGUucnM=) | `93.98% <100.00%> (-0.06%)` | :arrow_down: | | [faer-sparse-experimental/src/amd.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1zcGFyc2UtZXhwZXJpbWVudGFsL3NyYy9hbWQucnM=) | `92.58% <100.00%> (-0.04%)` | :arrow_down: | | [faer-svd/src/bidiag\_real\_svd.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1zdmQvc3JjL2JpZGlhZ19yZWFsX3N2ZC5ycw==) | `99.33% <100.00%> (-0.01%)` | :arrow_down: | | [faer-svd/src/lib.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1zdmQvc3JjL2xpYi5ycw==) | `98.41% <100.00%> (-0.01%)` | :arrow_down: | | ... and [3 more](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah) | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/75/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.