JuliaArrays / OffsetArrays.jl

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

Invalidation check on a stable version #309

Closed jishnub closed 1 year ago

jishnub commented 2 years ago

Instead of testing on nightly, which can be unstable, test on a stable julia version. See https://github.com/JuliaArrays/OffsetArrays.jl/runs/8170445402?check_suite_focus=true for a case where the test fails on nightly because of "unreachable reached"

codecov[bot] commented 2 years ago

Codecov Report

Merging #309 (5ecfc3a) into master (13c13f9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #309   +/-   ##
=======================================
  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