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

Pod refactor #67

Closed sarah-ek closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (0f0fada) 91.87% compared to head (b1ac404) 92.03%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 91.87% 92.03% +0.15% ========================================== Files 50 50 Lines 54703 54765 +62 ========================================== + Hits 50261 50404 +143 + Misses 4442 4361 -81 ``` | [Files](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah) | Coverage Δ | | |---|---|---| | [faer-cholesky/src/ldlt\_diagonal/mod.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGRsdF9kaWFnb25hbC9tb2QucnM=) | `100.00% <100.00%> (ø)` | | | [faer-cholesky/src/llt/mod.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jaG9sZXNreS9zcmMvbGx0L21vZC5ycw==) | `99.66% <100.00%> (ø)` | | | [faer-core/src/inverse.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9pbnZlcnNlLnJz) | `99.21% <100.00%> (ø)` | | | [faer-core/src/lib.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9saWIucnM=) | `72.19% <ø> (+3.37%)` | :arrow_up: | | [faer-core/src/permutation.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9wZXJtdXRhdGlvbi5ycw==) | `77.70% <100.00%> (ø)` | | | [faer-core/src/solve.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy9zb2x2ZS5ycw==) | `97.83% <100.00%> (ø)` | | | [faer-core/src/zip.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1jb3JlL3NyYy96aXAucnM=) | `95.62% <100.00%> (ø)` | | | [faer-evd/src/hessenberg.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1ldmQvc3JjL2hlc3NlbmJlcmcucnM=) | `93.48% <100.00%> (ø)` | | | [faer-evd/src/hessenberg\_real\_evd.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1ldmQvc3JjL2hlc3NlbmJlcmdfcmVhbF9ldmQucnM=) | `94.80% <ø> (+1.01%)` | :arrow_up: | | [faer-evd/src/lib.rs](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sarah#diff-ZmFlci1ldmQvc3JjL2xpYi5ycw==) | `95.08% <100.00%> (-0.01%)` | :arrow_down: | | ... and [39 more](https://app.codecov.io/gh/sarah-ek/faer-rs/pull/67?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.