Skip to content

Instantly share code, notes, and snippets.

@ifarkas
Created September 1, 2011 10:25
Show Gist options
  • Save ifarkas/1185893 to your computer and use it in GitHub Desktop.
Save ifarkas/1185893 to your computer and use it in GitHub Desktop.
Command to get code coverage from rcov during manual testing
rcov --save -o manual_test_coverage -x /.rvm/ script/rails -- server -b 0.0.0.0 -p 3000 -e development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment