simplecov-json:Ruby 1.9+覆盖率宝石SimpleCov的JSON格式化程序

时间:2024-06-16 10:22:22
【文件属性】:

文件名称:simplecov-json:Ruby 1.9+覆盖率宝石SimpleCov的JSON格式化程序

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-16 10:22:22

Ruby

simplecov-json Ruby 1.9+代码覆盖率宝石SimpleCov的JSON格式化程序 用法 将Gemfile -json添加到您的Gemfile并bundle install : gem 'simplecov-json', :require => false, :group => :test 需要simplecov-json并将其设置为SimpleCov的格式化程序: require 'simplecov-json' SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter 结果 生成的JSON可以在coverage / coverage.json中找到 您可以期望的格式是: { "timestamp": 1348489587, "command_name": "


【文件预览】:
simplecov-json-master
----.gitignore(22B)
----README.md(2KB)
----test()
--------test_simplecov_json.rb(3KB)
--------helper.rb(163B)
----Gemfile(157B)
----LICENSE(1KB)
----simplecov-json.gemspec(826B)
----.travis.yml(136B)
----lib()
--------simplecov-json.rb(2KB)
----Rakefile(231B)

网友评论