Skip to content
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

Coverage doesn't appear to be available in state machine testing. #192

Open
HuwCampbell opened this issue Feb 26, 2021 · 1 comment
Open

Comments

@HuwCampbell
Copy link
Member

cover operates on PropertyT, while the generators and commands for state machine testing are GenT and Result.

So as far as I can tell, there's nowhere to put coverage annotations.

@charleso
Copy link
Collaborator

@HuwCampbell Ahh bugger. It's actually not really lifted in to PropertyT until the last step either. I actually quite liked keeping Gen pure from coverage, but that does mean quite a large change to wire PropertyT back down again. :(

That said, given I don't actively work on or use this library any more my opinion doesn't actually mean anything any more. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants