Project

General

Profile

Idea #4099

Updated by Tim Pierce over 9 years ago

Current coverage: 70.9% (55 lines uncovered out of 189) 

 To generate and view a coverage report: 
 <pre> 
 $ cd app/workbench && bundle exec rake test 
 $ chromium-browser ./coverage/index.html 
 </pre> 

 Areas that particularly need testing: 

 * @pipeline_jobs_newschool@ (exercise pj[:job][:cancelled_at] and pj[:job][:output]) 
 * @pipeline_jobs_oldschool@ 

Back