Install Rcov On A Debian And Raspbian

Install Rcov On A Debian And Raspbian

rcov

Code coverage analysis tool for Ruby

Install rcov

  • Debian apt-get install rcov Click to copy
  • Raspbian apt-get install rcov Click to copy

rcov

Code coverage analysis tool for Ruby

rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. This version improves on the original RCov tool by Mauricio Fernandez by providing a number of REXML Dependency fixes which were causing a significant number of RCov bugs. Features include: * fast execution: 20-300 times faster than previous tools * multiple analysis modes: standard, bogo-profile, intentional testing, dependency analysis, and more * differential code coverage detection * accurate coverage information via code linkage inference * cross-referenced XHTML and several kinds of text reports * support for easy automation with Rake * colorblind-friendliness

To install the latest version of rcov in your favorite operating system just copy the rcov installation command from above and paste it into terminal. It will download and install the latest version of rcov 2023 package in your OS.