Closed richm closed 3 months ago
[citest]
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 10.73%. Comparing base (
e6cab70
) to head (5e23056
). Report is 2 commits behind head on main.:exclamation: There is a different number of reports uploaded between BASE (e6cab70) and HEAD (5e23056). Click for more details.
HEAD has 1 upload less than BASE
| Flag | BASE (e6cab70) | HEAD (5e23056) | |------|------|------| |sanity|1|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
the pvcreate call gives us problems, and different problems on different platforms. Use
timeout 30s
to avoid hangs when it tries to read from stdin. Use verbose-vvv
to figure out why it hangs/fails. Use-y
to make it not ask questions and continue anyway.Signed-off-by: Rich Megginson rmeggins@redhat.com