You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mutation testing with 100% coverage, enforce method coverage
* Add mutant-minitest and .mutant.yml targeting all HTMLFormatter methods
* Add mutant CI workflow and rake task
* Split tests into test_view_helpers.rb and test_formatter.rb
* Enable method coverage enforcement when Ruby/SimpleCov support it
* Fix warning: suppress method redefinition in test spies
* Fix warning: use @_summary ivar instead of locals for ERB binding
* Remove redundant respond_to? guard for method_coverage?
0 commit comments