JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

Create dependabot.yml #338

Closed ranocha closed 4 months ago

ranocha commented 1 year ago

This allows to get updates for GitHub actions automatically - it is basically an equivalent of CompatHelper. I have used this for my own packages, the Trixi.jl framework, and the SciML organization. After merging this, you could also enable other Dependabot actions in 'Settings -> Code security and analysis -> Dependabot alerts' and '... -> Dependabot security updates'.

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #338 (61a90b1) into master (453ba9f) will increase coverage by 0.48%. The diff coverage is n/a.

:exclamation: Current head 61a90b1 differs from pull request most recent head 89d796e. Consider uploading reports for the commit 89d796e to get more accurate results

@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
+ Coverage   90.66%   91.15%   +0.48%     
==========================================
  Files           2        3       +1     
  Lines         225      226       +1     
==========================================
+ Hits          204      206       +2     
+ Misses         21       20       -1     

see 3 files with indirect coverage changes

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