JuliaSmoothOptimizers / MUMPS.jl

A Julia Interface to MUMPS
Other
42 stars 14 forks source link

Test MUMPS_seq_jll #107

Open amontoison opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.51 :tada:

Comparison is base (72d6097) 20.05% compared to head (ce56792) 20.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #107 +/- ## ========================================== + Coverage 20.05% 20.56% +0.51% ========================================== Files 7 7 Lines 778 783 +5 ========================================== + Hits 156 161 +5 Misses 622 622 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaSmoothOptimizers/MUMPS.jl/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers) | Coverage Δ | | |---|---|---| | [src/MUMPS.jl](https://app.codecov.io/gh/JuliaSmoothOptimizers/MUMPS.jl/pull/107?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL01VTVBTLmps) | `100.00% <100.00%> (ø)` | |

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

dpo commented 2 years ago

I'm amazed that this even works!!! Of course, things break on Windows...

amontoison commented 2 years ago

We don't have a null pointer with MUMPS_seq_jll 5.4.1 but the tests also fail on Windows. :thinking: