-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing coverlet output format to receive a list of formats #2562
Changing coverlet output format to receive a list of formats #2562
Conversation
I cant figure why the build broke |
There has not been any activity in this pull request for the last 3 months so it will be closed in 14 days if there is no activity. |
The build for this PR should be fixed now after merging #2574. |
This reverts commit 6bf28d9.
@yazeedobaid it worked! thanks! can you review this? |
@lucasteles Thanks for the update!
Thanks |
Thanks @yazeedobaid ! 1 - About the escape quotes, I thought that FAKE already do that because other comma separated params are not escaped inside the command construction, but I do not checked it in the code tho, am I wrong? 2 - Yeah, I see this as a breaking change, we could create other property which is a list of outputs types and keep the old way too, so when we have a list we prioritise it, when not, just use the old single output. But this can turn the API a bit confusing. WDYT? |
@lucasteles Thanks for the update! Also, could you please link this issue #2563 to the PR so that when it is merged the issue will be closed automatically. |
@yazeedobaid yeah, it worked
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
* changing the output format to receive a list of formats * wip * Revert "wip" This reverts commit 6bf28d9.
Description
Shoud be possible to pass multiples output formats to coverlet
See here
fixes #2563