haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Is there a way to get the code coverage using Expecto only? #475

Closed 64J0 closed 8 months ago

64J0 commented 10 months ago

Description

It would be very useful for implementing some automated validations in CI, to know how much code coverage we have.

Does Expecto provides this feature out-of-the-box?

64J0 commented 8 months ago

There is not. But one can achieve it with https://github.com/SteveGilham/altcover and https://github.com/YoloDev/YoloDev.Expecto.TestSdk.