jenkinsci / rubymetrics-plugin

Ruby metric reports for Jenkins. Rcov, Rails stats, Rails notes and Flog.
https://plugins.jenkins.io/rubyMetrics/
25 stars 28 forks source link

No valid coverage data available - Rcov report- Jenkins #26

Open imsazzad opened 9 years ago

imsazzad commented 9 years ago

No valid coverage data available Tracking and trending code coverage works best when like is compared with like. In this regard it is best to only track builds when all unit tests are passing. This plugin will not report code coverage until there is at least one stable build.

this message is shown when i run a rails project in jenkins and in post build action set publish rcov report report is generated under workspace/coverage.rcov/index.html

whats the solution ?

thanks in advance

anthony-bernardo commented 6 years ago

up