Closed remigermain closed 1 month ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 55.03%. Comparing base (
607b4ba
) to head (37483a7
). Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
meta_package_manager/managers/flatpak.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Good catch. Your new regex is good as we are saved by \t
delimiter in the columns, so no worries about potential non-greedy matching side-effects.
Hey, when you want to
install
/search
a flatpak packages with space in description, it dosen't work :and
mpm
can't parse it. And i add--nointeractive
flags for install command