JuliaSmoothOptimizers / PartitionedVectors.jl

Other
8 stars 1 forks source link

Improve coverage #7

Closed paraynaud closed 1 year ago

paraynaud commented 1 year ago

new tests + new set_index method

codecov[bot] commented 1 year ago

Codecov Report

Base: 72.48% // Head: 98.91% // Increases project coverage by +26.42% :tada:

Coverage data is based on head (4c4a627) compared to base (b515607). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7 +/- ## =========================================== + Coverage 72.48% 98.91% +26.42% =========================================== Files 6 6 Lines 189 184 -5 =========================================== + Hits 137 182 +45 + Misses 52 2 -50 ``` | [Impacted Files](https://codecov.io/gh/paraynaud/PartitionedVectors.jl/pull/7?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Raynaud) | Coverage Δ | | |---|---|---| | [src/base.jl](https://codecov.io/gh/paraynaud/PartitionedVectors.jl/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Raynaud#diff-c3JjL2Jhc2Uuamw=) | `98.11% <100.00%> (+27.52%)` | :arrow_up: | | [src/broadcast.jl](https://codecov.io/gh/paraynaud/PartitionedVectors.jl/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Raynaud#diff-c3JjL2Jyb2FkY2FzdC5qbA==) | `100.00% <100.00%> (+34.61%)` | :arrow_up: | | [src/linearoperator.jl](https://codecov.io/gh/paraynaud/PartitionedVectors.jl/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Raynaud#diff-c3JjL2xpbmVhcm9wZXJhdG9yLmps) | `100.00% <100.00%> (+48.00%)` | :arrow_up: | | [src/krylov.jl](https://codecov.io/gh/paraynaud/PartitionedVectors.jl/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Raynaud#diff-c3JjL2tyeWxvdi5qbA==) | `98.00% <0.00%> (+12.00%)` | :arrow_up: | | [src/struct.jl](https://codecov.io/gh/paraynaud/PartitionedVectors.jl/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Raynaud#diff-c3JjL3N0cnVjdC5qbA==) | `100.00% <0.00%> (+17.24%)` | :arrow_up: | | [src/linearAlgebra.jl](https://codecov.io/gh/paraynaud/PartitionedVectors.jl/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Raynaud#diff-c3JjL2xpbmVhckFsZ2VicmEuamw=) | `100.00% <0.00%> (+50.00%)` | :arrow_up: | 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=Paul+Raynaud). 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=Paul+Raynaud)

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