Closed ManuelHu closed 5 months ago
Attention: Patch coverage is 83.33333%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 79.74%. Comparing base (
8962dfe
) to head (a7c9b2c
). Report is 30 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/legendhpges/make_hpge.py | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
after https://github.com/legend-exp/legend-detectors/pull/43, the enrichment is not stored as float, but as an object
{ "val": X, "unc": Y }
That change is not part of a tagged legend-metadata release yet, so this PR is not urgent.
Also change two return types to the correct values.