File: version.rb

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

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