rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...
rzero reports any files in a rails project that are not covered by any tests (0% coverage). These files can be misreported or even unreported by traditional code coverage tools. rzero makes sure your rails project has zero tolerance for zero coverage!
A Covered Kettle of Test Coverage SOUP (Software of Unknown Provenance) Four-line SimpleCov config, w/ curated, opinionated, pre-configured, dependencies
The gem publishes Simplecov's test coverage reports to your_url/simplecov.
Ruby gem to help you to generate the reverse-coverage relationship between code and tests. The output is a `.transmute.json` file with key as source code + line and the value is an array with all specs that touch this particular line.
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...
Uses git and ruby coverage information to determine which tests to run from your test suite
backend-toolkit =============== A set of classes that simplify building a scalable backend for your app. Requirements ---------------- * redis (server and ruby gem) * json gem Installation ---------------- $ gem install backend-toolkit Development & Testing ---------------- $ bundle install $ rake Usage ---------------- ```ruby require 'backend-toolkit' # TO DO ``` Contributions ---------------- * Check commits history and issue tracker to be sure that no one else is working on the feature you want or are fixing the bug you found. * Fork the project. * Create a feature/bugfix branch and work on it. * Please add all tests needed to have a reasonably coverage of the new feature or bug that you are fixing. * Rebase your branch and open a pull request. * Please don't mess with the Rakefile, version, or history. License, Authors & Contributors ------- Check LICENSE.txt and AUTHORS.txt
report your test coverage to idobata.io.
Report CircleCI test coverage and static analysis results to your GitHub repository
The Covernor ensures that your test coverage stays at 100%!
Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
Warning, this gem is just a test for now has not a good test coverage. Feel free to open an issue for any problem, and please wait for a stable version before any integration. And it is a simple gem to handle authorizations for active admin
LR Parser Generator (?) under 500 LOC with 100*% C1 test coverage. No useful AST yet. No useful docs yet.
A gherkin transpiler that allows you to write cucumber (gherkin) features programatically, thereby greatly improving your test coverage!
We're all used to tools that enforce _total_ coverage numbers, but this gem tries for something different. Instead of keeping your whole project above some threshold, we treat the coverage of _each class_ as a testable quality and then enforce that coverage as part of the test suite!
Following TDD practice, designed with few useful patterns, styled with rubocop style guide, documented with yard convention, lines of code analysis, 100% tests coverage and properly error handled rubygem project could be very useful to assess one's knowledge in build rubygems.
Minitest plugin providing test coverage for views (which templates and partials were and werent generated during tests).
ChefSpec is a unit testing and resource coverage (code coverage) framework for testing Chef cookbooks ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.
Capture method invocations caused by TestBench tests
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...
rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...
Test coverage reports for Xcode projects
Configures RSpec to fail (and exit with with a non-zero exitcode) if the test coverage is below the configured threshold and (optionally) list the lines of code not covered by tests.
Danger runs on CI and reports common code review chores, code quality and test coverage.
A program to convert json to xml test coverage foramt gem
OyenCov is a service that measures usage-weighted test coverage by profiling the codebase line executions in production runtime.
This gem will utilize artificial intelligence algorithms to analyze the test coverage of RSpec tests. It aims to identify files with the least coverage and generate base test cases to meet the minimum coverage required for passing a test. The generated test cases will assist developers in improving the overall quality and reliability of their Ruby applications.