module DeepCover::Reporter::HTML
Public Class Methods
report(coverage, **options)
click to toggle source
# File lib/deep_cover/reporter/html.rb, line 10 def report(coverage, **options) Site.save(coverage, **options) end