lsst-uk / lsst-adler

Apache License 2.0
0 stars 0 forks source link

Adding output CL arguments, setting up logging. #118

Closed astronomerritt closed 2 months ago

astronomerritt commented 2 months ago

Fixes #109.

Review Checklist for Source Code Changes

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 61.11111% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 90.83%. Comparing base (7f0094b) to head (060e67b). Report is 31 commits behind head on main.

Files Patch % Lines
src/adler/utilities/adler_logging.py 0.00% 20 Missing :warning:
src/adler/dataclasses/AdlerData.py 85.71% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ========================================== + Coverage 84.71% 90.83% +6.11% ========================================== Files 14 14 Lines 373 469 +96 ========================================== + Hits 316 426 +110 + Misses 57 43 -14 ```

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

astronomerritt commented 2 months ago

Just need to add one more unit test.