Sha256: 627b13233ab4829f8ff45820b3aec67b28fc7ca68c798c3237c75970391dfe55
Contents?: true
Size: 510 Bytes
Versions: 2
Compression:
Stored size: 510 Bytes
Contents
#!/usr/bin/env ruby # For testing that this file gets loaded mf_debug "Metrics config loaded" # example configuration # MetricFu::Configuration.run do |config| # coverage_file = File.expand_path("coverage/rcov/rcov.txt", Dir.pwd) # config.add_metric(:rcov) # config.add_graph(:rcov) # config.configure_metric(:rcov, {:external => coverage_file}) # end # or # MetricFu::Configuration.run do |config| # config.metrics -= [ :rcov ] # end # you may enable running rcov manually with # MetricFu.run_rcov
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metric_fu-3.0.1 | .metrics |
metric_fu-3.0.0 | .metrics |