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
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
I'm not sure how this could conflict with the existing -f argument if globbing is used in (the -f') arg. Do take note of the comment for -fin the screenshot above with respect to this:
This is non-exclusive, use -s "*.foo" to match specific paths.
so I'm not sure if this means globbing should be removed from -f ??
As requested in #53 the codecov-bash script accepts a
-sargument:From the codecov-bash script:
I'm not sure how this could conflict with the existing
-fargument ifglobbingis used in (the-f') arg. Do take note of the comment for-fin the screenshot above with respect to this:so I'm not sure if this means
globbingshould be removed from-f??