summaryrefslogtreecommitdiff
path: root/spec/ruby/library/coverage
Commit message (Collapse)AuthorAgeFilesLines
* More coverage tests & specs. (#7171)Samuel Williams2023-01-221-1/+7
| | | | | * Add spec for eval and line coverage. * Add test for main file coverage.
* * remove trailing spaces, append newline at EOF. [ci skip]git2023-01-051-1/+1
|
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-051-0/+20
|
* Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)Samuel Williams2022-10-081-5/+25
| | | * Don't emit coverage for eval when eval coverage is disabled.
* Enable coverage for eval.Samuel Williams2022-09-221-9/+25
|
* Make Coverage suspendable (#4856)Yusuke Endoh2021-10-251-5/+18
| | | | | | | * Make Coverage suspendable Add `Coverage.suspend`, `Coverage.resume` and some methods. [Feature #18176] [ruby-core:105321]
* Update to ruby/spec@9277d27Benoit Daloze2020-09-302-0/+25
|
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-301-2/+3
|
* Update to ruby/spec@15c9619Benoit Daloze2019-04-273-20/+7
|
* Update to ruby/spec@6f38a82eregon2018-04-281-52/+50
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@c1b568beregon2018-03-043-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-207-0/+186
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e