test: fix unit test module lookup paths#876
Conversation
fix unit test module lookup paths Signed-off-by: Rich Megginson <rmeggins@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe remote pytest setup playbook corrects a bash glob expansion issue in its collection-discovery loop. The glob pattern is restructured to properly split the directory variable from the wildcard pattern, enabling correct enumeration of subdirectories under the ansible_collections path. ChangesCollection discovery glob fix
🚥 Pre-merge checks | ✅ 4 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #876 +/- ##
==========================================
+ Coverage 43.11% 43.19% +0.07%
==========================================
Files 12 13 +1
Lines 3124 3172 +48
==========================================
+ Hits 1347 1370 +23
- Misses 1777 1802 +25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
[citest] |
fix unit test module lookup paths
Signed-off-by: Rich Megginson rmeggins@redhat.com
Summary by CodeRabbit