invenia / JLSO.jl

Julia Serialized Object (JLSO) file format for storing checkpoint data.
MIT License
90 stars 5 forks source link

TimeZones <= 1.5 for testing #117

Closed rofinn closed 2 years ago

rofinn commented 2 years ago

A temporary solution to restrict our test TimeZones.jl release to <= 1.5. Eventually, we should:

  1. Update our specimen files
  2. Migrate our tests to load JLSO files in a separate process/environment and pass specific tests/checks to those activated environments

    • We should probably also define a more explicit upgrade workflow that uses this approach as well

    Closes #115

codecov[bot] commented 2 years ago

Codecov Report

Merging #117 (86dbe21) into master (04b83b3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files           6        6           
  Lines         215      215           
=======================================
  Hits          210      210           
  Misses          5        5           

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 04b83b3...86dbe21. Read the comment docs.