JuliaLinearAlgebra / ArnoldiMethod.jl

The Arnoldi Method with Krylov-Schur restart, natively in Julia.
https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev
MIT License
102 stars 18 forks source link

Simplify CI architectures #145

Closed ViralBShah closed 8 months ago

ViralBShah commented 8 months ago

Reduce number of combinations run, and use includes rather than excludes.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.97%. Comparing base (cf77942) to head (143db8f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #145 +/- ## ======================================= Coverage 95.97% 95.97% ======================================= Files 10 10 Lines 869 869 ======================================= Hits 834 834 Misses 35 35 ```

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