# frozen_string_literal: true module SimpleCov module Formatter class ShieldJSONFormatter VERSION = '0.0.4' end end end