You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test module detection logic to avoid false positives
- Use exact module name matching instead of substring matching
- Check for 'modulename' or 'modulename.*' pattern to avoid false positives
- Prevents incorrect detection of modules with similar names
Co-authored-by: 4n4nd <22333506+4n4nd@users.noreply.github.com>
0 commit comments