-
Notifications
You must be signed in to change notification settings - Fork 587
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
Support for OpenCover #398
Conversation
@@ -0,0 +1,68 @@ | |||
[<AutoOpen>] |
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.
please remove the AutoOpen - we try to get rid of it everywhere in FAKE
cool. thanks. I made some small comments. |
let param = setParams OpenCoverDefaults | ||
|
||
let processArgs = | ||
let args = ref (new StringBuilder()) |
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.
Please add traceStartTask and traceEndTask - see https://github.com/fsharp/FAKE/blob/develop/src/app/FakeLib/DotCover.fs#L159
My pleasure |
My 1st official attempt at F#, so let me know if there are any problems.
As mentioned in #356, will look at support for ReportGenerator asap.