legend-exp / LegendDataManagement.jl

LegendMetadata access in Julia
Other
1 stars 5 forks source link

Add NoSuchPropsDBEntry #14

Closed oschulz closed 10 months ago

oschulz commented 10 months ago

Enables

julia> pd.no.such.props.yet isa LegendDataManagement.NoSuchPropsDBEntry
true

julia> writeprops(pd.no.such.props.yet, PropDict("foo" => 42))

julia> pd.no.such.props.yet isa PropDict
true
oschulz commented 10 months ago

CC @theHenks

codecov[bot] commented 10 months ago

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/props_db.jl 56.60% <8.69%> (-6.78%) :arrow_down:

:loudspeaker: Thoughts on this report? Let us know!.