Closed MWSammons closed 6 months ago
Attention: Patch coverage is 35.00000%
with 13 lines
in your changes are missing coverage. Please review.
Project coverage is 75.54%. Comparing base (
0b3c5b6
) to head (d4c4f98
).
Files | Patch % | Lines |
---|---|---|
dtcli/src/functions.py | 29.41% | 12 Missing :warning: |
dtcli/utilities/utilities.py | 66.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
…ses for missing attributes to central function in utilities. The new function raises an exception if an attribute is missing and the associated catch mirrors what each functional had in its else statement before, preserving previous functionality.
Related Issue
62