aruba
aruba copied to clipboard
Add documentation for simplecov
Add documentation for simplecov
Any idea on how to add coverage? I really want to use aruba but right now I have specs but my coverage is not increasing (making this a bit pointless).
I'm using aruba with rspec (not cucumber)
Regards,
@JanStevens What you can do is to use the InProcess
-runner. Otherwise you need work around SimpleCov
by setting a env variable on testing and check for that in your command and then activate SimpleCov via require
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.
This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective.
SimpleCov 0.19 has added some support for covering external processes.