Project

General

Profile

Idea #4100

Updated by Tim Pierce over 9 years ago

Current coverage: 74.88% (54 lines uncovered out of 215) 

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

 Areas especially needing attention: 

 * @render_pipeline_component_attribute@ (rendering anything other than a collection?) 
 * @render_editable_attribute@ (on datetime fields, htmloptions[:btnplacement] == :left) 
 * @link_to_if_arvados_object@ (rendering image thumbnail in collection) 
 * @match_uuid@ (unused method?) 

Back