summaryrefslogtreecommitdiff
path: root/tool/test-coverage.rb
Commit message (Expand)AuthorAgeFilesLines
* Filter spec directory for code coverageHiroshi SHIBATA2023-01-261-0/+1
* Ignore all of tool directory from code coverage, It contains tool/test and etc.Hiroshi SHIBATA2023-01-261-1/+1
* Ignore vendored libraries by rubygems from code coverageHiroshi SHIBATA2023-01-261-0/+3
* filter coverage result with vendored libraries and test codeHiroshi SHIBATA2023-01-261-1/+7
* Support simplecov-0.22.0.Hiroshi SHIBATA2023-01-251-1/+1
* Switch to use gem version of simplecov, not git cloneHiroshi SHIBATA2023-01-181-2/+5
* Use Module#name instead of #inspectYusuke Endoh2020-05-281-1/+1
* `make test-all COVERAGE=true` supports directory-separated buildmame2018-04-051-1/+16
* ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODEmame2017-12-121-1/+0
* Revamp method coverage to support define_methodmame2017-12-051-0/+9
* Measure branch and method coverage for `make test-all`mame2017-09-141-6/+23
* Measure the test coverage without SimpleCovmame2017-09-071-0/+78