bckohan / enum-properties

Add properties and method specializations to Python enumeration values with a simple declarative syntax.
https://enum-properties.rtfd.io
MIT License
18 stars 0 forks source link

V2.0.0 #64

Closed bckohan closed 2 months ago

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 98.55%. Comparing base (92d5da2) to head (577bb8c). Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
enum_properties/__init__.py 94.73% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ========================================== - Coverage 99.17% 98.55% -0.63% ========================================== Files 1 1 Lines 242 276 +34 Branches 56 65 +9 ========================================== + Hits 240 272 +32 - Misses 1 2 +1 - Partials 1 2 +1 ```

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