-
Notifications
You must be signed in to change notification settings - Fork 21
Update accepted commandline arguments to be similiar to codecov-bash #53
Comments
This have been pushed back to an eventual 2.0 release, as it is expected that this will become a breaking change. |
One of the important ones (for me) is the A work around (currently) could be to use powershell to 'find' all the .xml files that the code coverage tool generated (like coverlet) and then call context: coverlet creates a random folder, which it puts the xml file into. And |
Codecov.exe have ever since version As an example: reference for available globbing patterns: https://github.com/kthompson/glob/#supported-pattern-expressions |
this is the exact info from the official codecov-bash readme. but having the 🎉 Cheers for the info! really great stuff! ta! |
Thank you for that screenshot @PureKrome. Would you mind opening an issue for that? I have opened an issue for adding an example of using globbing pattern here: #98 |
Currently there are some difference between codecov-exe and codecov-bash when it comes to the arguments accepted for the commandline.
The accepted arguments should be updated to be similiar for where we can.
The text was updated successfully, but these errors were encountered: