ZEISS / libczi

libCZI is an Open Source Cross-Platform C++ library to read and write CZI.
https://ZEISS.github.io/libczi/
GNU Lesser General Public License v3.0
48 stars 16 forks source link

fix behavior of IXmlNodeRead::GetChildNodeReadonly #109

Closed ptahmose closed 1 month ago

ptahmose commented 1 month ago

Description

Fixes #108

Type of change

How Has This Been Tested?

locally

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 96.87500% with 1 line in your changes missing coverage. Please review.

Project coverage is 66.18%. Comparing base (87c06cb) to head (42e79aa). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
Src/libCZI/XmlNodeWrapper.h 95.23% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================== - Coverage 66.18% 66.18% -0.01% ========================================== Files 85 85 Lines 10705 10689 -16 ========================================== - Hits 7085 7074 -11 + Misses 3620 3615 -5 ``` | [Flag](https://app.codecov.io/gh/ZEISS/libczi/pull/109/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZEISS) | Coverage Δ | | |---|---|---| | [windows-latest](https://app.codecov.io/gh/ZEISS/libczi/pull/109/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZEISS) | `66.18% <96.87%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZEISS#carryforward-flags-in-the-pull-request-comment) to find out more.

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