telegraphic / hickle

a HDF5-based python pickle replacement
http://telegraphic.github.io/hickle/
Other
485 stars 70 forks source link

Update load_astropy.py - big/little endianness (#167) #183

Closed telegraphic closed 5 months ago

telegraphic commented 5 months ago

To support #167. Should not change code coverage, but actual s390x / big endian path won't be tested by current CI.

Larger task is to get github action running for s390x architecture (looks like this might be possible: https://github.com/Gold-Bull/github-actions-runner/releases).

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (d4afb52) to head (3534a9c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #183 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 12 12 Lines 1093 1095 +2 ========================================= + Hits 1093 1095 +2 ```

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