Jutho / KrylovKit.jl

Krylov methods for linear problems, eigenvalues, singular values and matrix functions
Other
284 stars 37 forks source link

Update ci.yml #41

Closed matbesancon closed 3 years ago

matbesancon commented 3 years ago

Test against julia stable and nightly

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (746a620) into master (4e2b5e2) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   77.45%   77.48%   +0.03%     
==========================================
  Files          23       23              
  Lines        2355     2354       -1     
==========================================
  Hits         1824     1824              
+ Misses        531      530       -1     
Impacted Files Coverage Δ
src/dense/givens.jl 50.00% <0.00%> (-2.64%) :arrow_down:
src/eigsolve/eigsolve.jl 81.81% <0.00%> (+2.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4e2b5e2...746a620. Read the comment docs.

Jutho commented 3 years ago

Thanks!