summaryrefslogtreecommitdiff
path: root/tool/test-coverage.rb
AgeCommit message (Expand)Author
2023-01-26Filter spec directory for code coverageHiroshi SHIBATA
2023-01-26Ignore all of tool directory from code coverage, It contains tool/test and etc.Hiroshi SHIBATA
2023-01-26Ignore vendored libraries by rubygems from code coverageHiroshi SHIBATA
2023-01-26filter coverage result with vendored libraries and test codeHiroshi SHIBATA
2023-01-25Support simplecov-0.22.0.Hiroshi SHIBATA
2023-01-18Switch to use gem version of simplecov, not git cloneHiroshi SHIBATA
2020-05-28Use Module#name instead of #inspectYusuke Endoh
2018-04-05`make test-all COVERAGE=true` supports directory-separated buildmame
2017-12-12ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODEmame
2017-12-05Revamp method coverage to support define_methodmame
2017-09-14Measure branch and method coverage for `make test-all`mame
2017-09-07Measure the test coverage without SimpleCovmame