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
Would be nice to have example for swift cross-platform Package.
I did setup here for myself on Linux platform, but for macOS it will look different.
My suggestion is to include universal approach inside bash script, where user would provide package name.
Something like in yours other sample: bash <(curl -s https://codecov.io/bash) -J '^MyPackage$'
The text was updated successfully, but these errors were encountered:
Would be nice to have example for swift cross-platform Package.
I did setup here for myself on Linux platform, but for macOS it will look different.
My suggestion is to include universal approach inside bash script, where user would provide package name.
Something like in yours other sample:
bash <(curl -s https://codecov.io/bash) -J '^MyPackage$'
The text was updated successfully, but these errors were encountered: