sarah-quinones / faer-rs

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

Monocrate refactor #107

Closed sarah-quinones closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (eed262e) 84.98% compared to head (573903c) 86.96%.

Files Patch % Lines
src/col/colown.rs 48.67% 174 Missing :warning:
src/col/colmut.rs 57.87% 123 Missing :warning:
src/col/colref.rs 66.88% 102 Missing :warning:
src/col/col_index.rs 31.03% 40 Missing :warning:
src/lib.rs 95.45% 26 Missing :warning:
src/diag/diagmut.rs 12.50% 21 Missing :warning:
src/diag/diagown.rs 0.00% 13 Missing :warning:
src/diag/diagref.rs 33.33% 12 Missing :warning:
src/linalg/cholesky/bunch_kaufman/mod.rs 29.41% 12 Missing :warning:
src/col/mod.rs 0.00% 6 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #107 +/- ## ========================================== + Coverage 84.98% 86.96% +1.97% ========================================== Files 68 113 +45 Lines 87709 85169 -2540 ========================================== - Hits 74542 74069 -473 + Misses 13167 11100 -2067 ```

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

sarah-quinones commented 7 months ago

TODO: add in serde (de)serialization again. add in sparse matrix operators done!

sarah-quinones commented 7 months ago

TODO: add examples and (maybe later?) benchmarks