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: replaced path package methods to filepath methods.
path package methods are used for url and unix specific operation.
filepath pacakge methods are used for file system operation and cross platform.
* fix: replace strings.HasSuffix with filepath.Ext.
Use filepath.Ext for file system extension.
* fix: replace strings.Contains.
- Update findCoverageFile to match exact file names.
- Enhance includePreviewPredicate for exact names.
- Direct file checking of go.mod.
- Removed hardcoded previewSubdir const.
0 commit comments