SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
245 stars 52 forks source link

enable dependabot for GitHub actions #279

Closed ranocha closed 1 year ago

ranocha commented 1 year ago

See https://github.com/SciML/MuladdMacro.jl/pull/37

This allows us to get updates for GitHub actions automatically. I have used this for my own packages as well as our Trixi.jl framework. After merging this, we should also enable other Dependabot actions in 'Settings -> Code security and analysis -> Dependabot alerts' and '... -> Dependabot security updates'.

codecov[bot] commented 1 year ago

Codecov Report

Merging #279 (311689b) into main (2a1c614) will decrease coverage by 18.17%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #279       +/-   ##
===========================================
- Coverage   71.09%   52.93%   -18.17%     
===========================================
  Files          14       13        -1     
  Lines         858      835       -23     
===========================================
- Hits          610      442      -168     
- Misses        248      393      +145     

see 9 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more