hanami-view/spec/support/coverage.rb

10 lines
161 B
Ruby

# frozen_string_literal: true
# this file is managed by dry-rb/devtools
if ENV['COVERAGE'] == 'true'
require 'codacy-coverage'
Codacy::Reporter.start
end