JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/stable/contents/
Other
381 stars 109 forks source link

Don't fail if codecov commit fails #553

Closed ViralBShah closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.84%. Comparing base (a38ae74) to head (6ff5152).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #553 +/- ## ======================================= Coverage 97.84% 97.84% ======================================= Files 18 18 Lines 3196 3196 ======================================= Hits 3127 3127 Misses 69 69 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ViralBShah commented 7 months ago

i guess this should be fine, but is there some other way to get a warning if codecov keeps failing?

I was thinking that if it fails once every few PRs, maybe it's not worth worrying about?