JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/dev/
Other
374 stars 108 forks source link

Reduce CI load #551

Closed ViralBShah closed 4 months ago

ViralBShah commented 4 months ago

Use includes rather than excludes for the CI script. Runs fewer combinations.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 97.79%. Comparing base (3d502e4) to head (e85712f).

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

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

ViralBShah commented 4 months ago

Apologies - I forgot squashing here.