Class: Spoom::Coverage::Cards::Timeline::Runtimes

Inherits:
Spoom::Coverage::Cards::Timeline show all
Defined in:
lib/spoom/coverage/report.rb

Constant Summary

Constants inherited from Card

Card::TEMPLATE

Instance Attribute Summary

Attributes inherited from Card

#body, #title

Instance Method Summary collapse

Methods inherited from Template

#erb, #get_binding, #html

Constructor Details

#initialize(snapshots:, title: "Sorbet Typechecking Time") ⇒ Runtimes

: (snapshots: Array, ?title: String) -> void



208
209
210
# File 'lib/spoom/coverage/report.rb', line 208

def initialize(snapshots:, title: "Sorbet Typechecking Time")
  super(title: title, timeline: D3::Timeline::Runtimes.new("timeline_runtimes", snapshots))
end