Note: To learn more about SimpleCov, check out the main repo at https://github.com/simplecov-ruby/simplecov
Generates an HTML report of your SimpleCov Ruby code coverage results with interactive sorting, filtering, and syntax-highlighted source views.
bin/setupThis installs both Ruby and Node dependencies. Node dependencies (esbuild, TypeScript, highlight.js) are only needed for development.
Run the test suite:
bundle exec rakeIf you modify the TypeScript or CSS assets, recompile them:
bundle exec rake assets:compileType-check the TypeScript:
bun run typecheckCopyright (c) 2010-2026 Christoph Olszowka and Erik Berlin. See LICENSE for details.