Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change rrule verbosity behaviour #106

Merged
merged 8 commits into from
Jan 14, 2025

(hopefully) final fixes in tests

0cecee8
Select commit
Loading
Failed to load commit list.
Merged

Change rrule verbosity behaviour #106

(hopefully) final fixes in tests
0cecee8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 13, 2025 in 0s

87.19% (+1.10%) compared to 3304d77

View this Pull Request on Codecov

87.19% (+1.10%) compared to 3304d77

Details

Codecov Report

Attention: Patch coverage is 74.80620% with 65 lines in your changes missing coverage. Please review.

Project coverage is 87.19%. Comparing base (3304d77) to head (0cecee8).

Files with missing lines Patch % Lines
src/matrixfun/expintegrator.jl 37.73% 33 Missing ⚠️
src/eigsolve/golubye.jl 30.76% 9 Missing ⚠️
src/eigsolve/svdsolve.jl 66.66% 5 Missing ⚠️
src/eigsolve/arnoldi.jl 90.90% 4 Missing ⚠️
src/linsolve/cg.jl 71.42% 4 Missing ⚠️
src/linsolve/gmres.jl 75.00% 4 Missing ⚠️
src/linsolve/bicgstab.jl 90.00% 2 Missing ⚠️
src/lssolve/lsmr.jl 80.00% 2 Missing ⚠️
src/KrylovKit.jl 90.00% 1 Missing ⚠️
src/eigsolve/lanczos.jl 95.65% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   86.08%   87.19%   +1.10%     
==========================================
  Files          32       32              
  Lines        3385     3381       -4     
==========================================
+ Hits         2914     2948      +34     
+ Misses        471      433      -38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.