JuliaArrays / OffsetArrays.jl

Fortran-like arrays with arbitrary, zero or negative starting indices.
Other
195 stars 40 forks source link

Add CompatHelper.yml #310

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

Since OffsetArrays depends on Adapt, this might help keep versions updated. Script copied from https://github.com/JuliaRegistries/CompatHelper.jl/blob/master/.github/workflows/CompatHelper.yml

codecov[bot] commented 1 year ago

Codecov Report

Merging #310 (d7a9c3c) into master (13c13f9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #310   +/-   ##
=======================================
  Coverage   96.44%   96.44%           
=======================================
  Files           5        5           
  Lines         450      450           
=======================================
  Hits          434      434           
  Misses         16       16           

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

johnnychen94 commented 1 year ago

No harm to add. But Github would automatically close scheduled workflow after 60 days inactivity, thus it's likely that this workflow never sends compat PRs...