lib/polytrix/cli/report.rb in polytrix-0.1.0.pre vs lib/polytrix/cli/report.rb in polytrix-0.1.0

- old
+ new

@@ -46,13 +46,9 @@ reporter.print_table table end protected - def matrix_data - @matrix ||= Polytrix::Manifest.new(YAML.load(Polytrix.merge_results(Dir['reports/test_report*.yaml']))) - end - def load_results result_stats = Hash.new do |hash, sdk| hash[sdk] = { passed: 0, failed: 0, pending: 0, skipped: 0 } end matrix_data.suites.reduce(result_stats) do |hash, (suite_name, suite)|