tlnagy / OMETIFF.jl

I/O operations for OME-TIFF files in Julia
Other
24 stars 7 forks source link

increase flexibility around the file extension, see #99 #102

Closed tlnagy closed 1 year ago

tlnagy commented 1 year ago

This moves the checking of the file to where we're actually searching for the OMEXML instead of doing it early based on the file name.

codecov[bot] commented 1 year ago

Codecov Report

Base: 95.07% // Head: 95.07% // No change to project coverage :thumbsup:

Coverage data is based on head (b8e84ba) compared to base (ea9b885). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #102 +/- ## ======================================= Coverage 95.07% 95.07% ======================================= Files 6 6 Lines 264 264 ======================================= Hits 251 251 Misses 13 13 ``` | [Impacted Files](https://codecov.io/gh/tlnagy/OMETIFF.jl/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tamas+Nagy) | Coverage Δ | | |---|---|---| | [src/loader.jl](https://codecov.io/gh/tlnagy/OMETIFF.jl/pull/102/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tamas+Nagy#diff-c3JjL2xvYWRlci5qbA==) | `94.91% <ø> (-0.17%)` | :arrow_down: | | [src/files.jl](https://codecov.io/gh/tlnagy/OMETIFF.jl/pull/102/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tamas+Nagy#diff-c3JjL2ZpbGVzLmps) | `93.06% <100.00%> (+0.14%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tamas+Nagy). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tamas+Nagy)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.