Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output test coverage metrics to the metric_fu data directory #227

Open
bf4 opened this issue May 4, 2014 · 0 comments
Open

Output test coverage metrics to the metric_fu data directory #227

bf4 opened this issue May 4, 2014 · 0 comments

Comments

@bf4
Copy link
Member

bf4 commented May 4, 2014

per #226

Given, tests are run win SimpleCov running
And the formatters include SimpleCov::Formatter::MetricFu
When the current date is 2014-05-04
Then the coverage_file_path should be set to output a coverage report to MetricFu.data_dir](https://github.com/metricfu/metric_fu/blob/d38ca22195a60fd7b5a30810a87e0eaba2bd2f0b/lib/metric_fu/io.rb#L43) With the name 20140504_coverage.json Where the prefix, 20140504 is the [Metricfu.report_id`

In this ticket, it may be decided whether the below should be done. If so, they should be in individual commits.

  1. to completely remove outputting an an 'rcov.txt' to 'coverage/rcov/rcov.txt'
  2. All Rcov name spaces should be renamed to TestCoverage (while providing backwards compatibility with the old :rcov configuration options)
  3. Add deprecation warnings for reading in rcov.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant