Index: openacs-4/packages/acs-automated-testing/www/admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/index.tcl,v diff -u -N -r1.16.2.1 -r1.16.2.2 --- openacs-4/packages/acs-automated-testing/www/admin/index.tcl 24 Apr 2019 10:30:56 -0000 1.16.2.1 +++ openacs-4/packages/acs-automated-testing/www/admin/index.tcl 28 Aug 2019 18:48:04 -0000 1.16.2.2 @@ -91,11 +91,12 @@ # # Prepare the template data for a view_by "package" # - template::multirow create packageinfo key total passes fails warnings + template::multirow create packageinfo key total passes fails warnings proc_coverage foreach package_key [lsort [array names packages]] { #ns_log notice "view_by $view_by package_key=$package_key" lassign $packages($package_key) total passes fails warnings - template::multirow append packageinfo $package_key $total $passes $fails $warnings + set proc_coverage [dict get [aa_test::proc_coverage -package_key $package_key] coverage] + template::multirow append packageinfo $package_key $total $passes $fails $warnings $proc_coverage } } else { #