MazinLab / MKIDCore

Core Tools
GNU General Public License v3.0
4 stars 0 forks source link

pkg_resources replaced with importlib.resources + change to github workflow main.yaml file #22

Open dnearing opened 1 month ago

dnearing commented 1 month ago

Replaces pkg_resources with importlib.resources in some mkidcore files. Closes issue #9. Also made a simple edit to .github/workflows/main.yaml. That change closes issue #23.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 33.81%. Comparing base (fbcdf38) to head (554e937).

Files with missing lines Patch % Lines
mkidcore/objects.py 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ========================================== - Coverage 33.87% 33.81% -0.06% ========================================== Files 12 12 Lines 1656 1653 -3 ========================================== - Hits 561 559 -2 + Misses 1095 1094 -1 ```

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