RubyGems Navigation menu

minitest-coverage 1.0.0.b2

Ruby's contemporary test coverage tools all lie, exaggerating coverage through false-positives and creating a false sense of security; minitest-coverage tries to address this. Coverage Analysis Tools rely on tracing facilities built into ruby’s VM. You run your tests, and collect data. Seems simple, but that’s a very flawed approach that buffers your coverage numbers up falsely. I’ve witnessed false coverage by as much as 60%, but it could be even worse. Worse, the tracing facilities currently make it impossible to get truly accurate numbers. Even so, they can be improved to be much more accurate.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.0.b2 - May 09, 2017 (17.0 KB)
  2. 1.0.0.b1 - November 10, 2016 (16.5 KB)

Development 相依性套件 (2):

hoe ~> 3.16
rdoc ~> 4.0

擁有者:

作者:

  • Ryan Davis

SHA 256 checksum:

49266c30f7597b33bb192a2e72415613f51f49d2a1487c4f48a9359a721c13d0

總下載次數 3,910

這個版本 1,855

License:

MIT

Ruby 版本需求: ~> 2.3

RubyGems 版本需求: > 1.3.1

相關連結: