We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to add coverage to the build using something like OpenCover: http://fsharp.github.io/FAKE/apidocs/fake-opencoverhelper.html
I'm not sure what the best way to surface the results is, but just logging the overall coverage tin the FAKE script should do the job.
The text was updated successfully, but these errors were encountered:
There are now scripts in the CodeCoverage folder to calculate coverage and create an HTML report manually, still needs adding into build though.
Sorry, something went wrong.
see haf/expecto#219 (comment)
I'll have a better example soon using the msbuild tasks from AltCover.
Here's what I have setup for code coverage with AltCover and Expecto. I do use the Expecto vs test runner to make msbuild play nice. https://github.com/TheAngryByrd/MiniScaffold/blob/test-coverage/Content/tests/Directory.Build.targets
No branches or pull requests
It should be possible to add coverage to the build using something like OpenCover:
http://fsharp.github.io/FAKE/apidocs/fake-opencoverhelper.html
I'm not sure what the best way to surface the results is, but just logging the overall coverage tin the FAKE script should do the job.
The text was updated successfully, but these errors were encountered: