RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

UI enhancements in RCov 0.9.0

The latest release of RCov (0.9.0) includes significant UI improvements, including… [read inside for more..]

Comments

  • Improved layout & readability
  • Row highlighting on mouseover
  • Columns are now dynamically sortable by file name, lines of code, and coverage
  • Ability to dynamically filter results by file location (e.g. controllers vs models) and by coverage % (e.g. < 100% coverage)
  • Better output for printing
  • A new color scheme that accommodates users with color blindness
  • Support for using your own custom CSS in RCov’s HTML output

A full writeup with screenshots is available at http://www.idolhands.com/ruby-on-rails/update-rcov-html-and-css-enhancements/ and the new version of RCov itself is at its new home on github at http://github.com/relevance/rcov/tree/master

It was a bit long for FP, sorry :)

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in