Closed robomics closed 3 weeks ago
Attention: Patch coverage is 90.90909%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 79.25%. Comparing base (
cda8f37
) to head (76384dd
). Report is 16 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...ctk/cooler/include/hictk/cooler/impl/file_impl.hpp | 90.90% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Finalizing .cool files more than once does not do any harm, however it can result in "scary" warnings such as
So it is best if once
finalize()
has been called, the_finalize
flag is set to false before the file handle is closed for real.