JuliaSIMD / StrideArrays.jl

Library supporting the ArrayInterface.jl strided array interface.
MIT License
54 stars 9 forks source link

CompatHelper: bump compat for Static to 0.7, (keep existing compat) #51

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the Static package from 0.3, 0.4, 0.6 to 0.3, 0.4, 0.6, 0.7. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 2 years ago

Codecov Report

Merging #51 (5c96e79) into main (87be255) will decrease coverage by 2.16%. The diff coverage is n/a.

:exclamation: Current head 5c96e79 differs from pull request most recent head fafd153. Consider uploading reports for the commit fafd153 to get more accurate results

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
- Coverage   63.51%   61.35%   -2.17%     
==========================================
  Files           4        4              
  Lines         233      207      -26     
==========================================
- Hits          148      127      -21     
+ Misses         85       80       -5     
Impacted Files Coverage Δ
src/miscellaneous.jl 56.36% <0.00%> (-7.82%) :arrow_down:
src/broadcast.jl 73.25% <0.00%> (-2.02%) :arrow_down:
src/blas.jl 24.39% <0.00%> (+0.47%) :arrow_up:
src/rand.jl 92.00% <0.00%> (+3.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87be255...fafd153. Read the comment docs.

ranocha commented 2 years ago

Octavian.jl and LoopVectorization.jl have been updated, so it may be worth running CI again?

chriselrod commented 2 years ago

The tests don't seem to be triggering.

chriselrod commented 2 years ago

Not sure why CI hasn't been running.