class Covered::MarkdownSummary

def initialize(threshold: 1.0)

def initialize(threshold: 1.0)
	@threshold = threshold
end