-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: improve name text for skipped ostree tests #684
test: improve name text for skipped ostree tests #684
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #684 +/- ##
===========================================
+ Coverage 20.50% 45.00% +24.49%
===========================================
Files 10 12 +2
Lines 1478 3100 +1622
Branches 433 433
===========================================
+ Hits 303 1395 +1092
- Misses 1174 1704 +530
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Can you also use the |
[citest] |
Improve the name text for skipped ostree tests to explain why the test is skipped. Add tests/tasks/ostree_systems_check.yml for use by test playbooks that may be skipped on ostree systems. Signed-off-by: Rich Megginson <[email protected]>
d0b1296
to
ea3c40c
Compare
[citest] |
fedora 39 test hung so I killed it - every test passed except the one that hung - the hang is unrelated to this change |
Improve the name text for skipped ostree tests to explain
why the test is skipped.
Signed-off-by: Rich Megginson [email protected]