Closed vetschn closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 97.50000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 70.20%. Comparing base (
e89b818
) to head (18d40e0
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/qttools/datastructures/dsbsparse.py | 96.55% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I added an indexable .stack attribute to dsbsparse that does nothing except return a stack-view if indexed. This stack-view is bock-accessible again and can correctly be modified.
Will add tests next...