aruba icon indicating copy to clipboard operation
aruba copied to clipboard

Add documentation for simplecov

Open maxmeyer opened this issue 9 years ago • 6 comments

Add documentation for simplecov

maxmeyer avatar May 14 '15 20:05 maxmeyer

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 avatar Apr 26 '17 20:04 JanStevens

@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.

maxmeyer avatar Jul 12 '17 21:07 maxmeyer

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.

stale[bot] avatar Nov 09 '17 16:11 stale[bot]

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.

stale[bot] avatar Jan 12 '18 22:01 stale[bot]

This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective.

stale[bot] avatar Jan 19 '18 22:01 stale[bot]

SimpleCov 0.19 has added some support for covering external processes.

mvz avatar Aug 22 '20 06:08 mvz