JuliaMath / SpecialFunctions.jl

Special mathematical functions in Julia
https://specialfunctions.juliamath.org/stable/
Other
352 stars 98 forks source link

enable dependabot for GitHub actions #431

Closed ranocha closed 1 year ago

ranocha commented 1 year ago

This allows to get updates for GitHub actions automatically. 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

Patch coverage has no change and project coverage change: +0.10 :tada:

Comparison is base (81faafe) 94.12% compared to head (a0e9736) 94.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #431 +/- ## ========================================== + Coverage 94.12% 94.22% +0.10% ========================================== Files 14 14 Lines 2909 2909 ========================================== + Hits 2738 2741 +3 + Misses 171 168 -3 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.22% <ø> (+0.10%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#carryforward-flags-in-the-pull-request-comment) to find out more. [see 1 file with indirect coverage changes](https://codecov.io/gh/JuliaMath/SpecialFunctions.jl/pull/431/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.