File: version.rb

package info (click to toggle)
ruby-simplecov-html 0.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,660 kB
  • sloc: javascript: 20,320; ruby: 118; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module SimpleCov
  module Formatter
    class HTMLFormatter
      VERSION = "0.12.3"
    end
  end
end