coverband
Code profiler
A tool to measure and report on the execution of code in production environments
Ruby production code coverage collection and reporting (line of code usage)
3k stars
14 watching
161 forks
Language: Ruby
last commit: 23 days ago
Linked from 2 awesome lists
coverage-datacoverage-reportcoverbandrack-middlewarerailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
simplecov-ruby/simplecov | A tool for measuring code coverage in Ruby applications | 4,779 |
danmayer/coverband_examples | Small Ruby examples of using the coverband library to demonstrate various use cases and solutions to common problems | 0 |
coverband-service/coverband_demo | A Rails 5 app demonstrating Coverband's installation, configuration, and usage for showcasing its features and potential applications. | 4 |
ankane/production_rails | Best practices for running Rails in production, covering security, errors, logging, audits, migrations, web requests, background jobs, email, caching and performance, monitoring, and database optimization. | 2,241 |
yeshan333/ex_integration_coveralls | Provides tools to analyze code coverage at runtime | 4 |
nedbat/coveragepy | Analyze and report on the execution of Python code to measure coverage levels. | 3,022 |
alex-seville/blanket | A JavaScript code coverage tool that adds statistics to existing tests, providing insight into which parts of the code are covered by tests. | 1,401 |
whitesmith/rubycritic | Analyze and report on the quality of Ruby code | 3,360 |
mozilla/grcov | A tool that collects and aggregates code coverage data from various source files and generates reports in multiple formats. | 1,190 |
ddollar/foreman | Tools for managing and running Procfile-based applications | 6,037 |
rubocop/rubocop | Analyzes and enforces code quality and style in Ruby projects | 12,650 |
basesecrete/rorvswild | A Ruby gem to monitor performance and exceptions in web applications | 336 |
cjermain/rust-python-coverage | An example project demonstrating automated test coverage for Rust and Python codebases using Cargo-Llvm-Cov | 39 |
ember-cli-code-coverage/ember-cli-code-coverage | A tool for measuring code coverage in JavaScript-based Ember.js applications | 195 |
rbenv/rbenv | Manages multiple versions of the Ruby programming language on Unix-like systems | 16,131 |