-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Run F# backend against coverage tool #3688
Comments
Currently working through hooking up AltCover. At first, it seemed that many .net code coverage frameworks seem to assume that you use The results I'm seeing are
with
This also copies the Going to spend a bit more time with altcover, otherwise may explore other tools. |
A very quick attempt with Coverlet yields something:
|
haf/expecto#219 seemingly-useful thread to read after lunch Ooh looks promising: haf/expecto#219 (comment) |
I'm abandoning my old PR at #3756. Mostly, it became less of a priority since we migrated to the F# backend (though it's still important) and I'd like to reconsider if AltCov is ideal for us - after some work with it, reaching for something more "mainstream" may be good. Regardless, there are notes in that PR description worth reviewing when this issue is revisited. |
Folded into #5246 |
either as a one-off, or long-term through CI.
Some options to consider:
The text was updated successfully, but these errors were encountered: