rbeyer / kalasiris

A Python library to wrap functions and functionality for the Integrated Software for Imagers and Spectrometers (ISIS).
https://kalasiris.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Fix for ISIS version update #17

Closed rbeyer closed 2 months ago

rbeyer commented 2 months ago

Primarily, users will see that the new style of ISIS version file ($ISISROOT/isis_version.txt) is now properly auto-incorporated in kalasiris's version.py module.

Lots of updates to the build machinery and GitHub workflows also happened.

How Has This Been Tested?

Types of changes

Checklist:

Licensing:

This project is released under the LICENSE.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.21%. Comparing base (ffca607) to head (8246e88).

Files Patch % Lines
kalasiris/version.py 50.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== + Coverage 92.60% 95.21% +2.61% ========================================== Files 12 12 Lines 487 481 -6 ========================================== + Hits 451 458 +7 + Misses 36 23 -13 ```

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