DASDAE / dascore

A python library for distributed fiber optic sensing
Other
80 stars 17 forks source link

workaround for sporadic pytables illegal instruction on mac CI #316

Closed d-chambers closed 10 months ago

d-chambers commented 10 months ago

Description

Turns out the issue mentioned in #312 wasn't resolved by updating the cache string. This PR runs the test suite looking for a specific exit status (132) which corresponds to this error and allows the test to not fail. Hopefully this is a temporary band aid.

Checklist

I have (if applicable):

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (8f60f17) 99.50% compared to head (e306a7e) 99.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #316 +/- ## ======================================= Coverage 99.50% 99.50% ======================================= Files 89 89 Lines 7033 7033 ======================================= Hits 6998 6998 Misses 35 35 ``` | [Flag](https://app.codecov.io/gh/DASDAE/dascore/pull/316/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DASDAE) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/DASDAE/dascore/pull/316/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DASDAE) | `99.50% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DASDAE#carryforward-flags-in-the-pull-request-comment) to find out more.

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