-
Notifications
You must be signed in to change notification settings - Fork 84
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
hotfix/Fix backup_directory test fixture #1362
Conversation
danmyway
commented
Aug 29, 2024
- pytest.skip was called, so the whole tests got skipped if conditions matched
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1362 +/- ##
=======================================
Coverage 96.43% 96.43%
=======================================
Files 66 66
Lines 4997 4997
Branches 877 877
=======================================
Hits 4819 4819
Misses 101 101
Partials 77 77
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Tests passing (and running now), won't trigger the whole suite just for that.
|
* pytest.skip was called, so the whole tests got skipped if conditions matched Signed-off-by: Daniel Diblik <ddiblik@redhat.com>
3618b13
to
81b0495
Compare