File: formatter.rb

package info (click to toggle)
ruby-simplecov 0.22.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,512 kB
  • sloc: ruby: 5,550; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

module SimpleCov
  # TODO: Documentation on how to build your own formatters
  module Formatter
  end
end

require_relative "formatter/simple_formatter"
require_relative "formatter/multi_formatter"