Skip to content

Commit

Permalink
Adding new cov formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored May 1, 2024
1 parent a77c1f3 commit a0f577f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# frozen_string_literal: true

require "simplecov"
SimpleCov.start
require 'simplecov-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter

require 'segment/analytics'
require 'active_support/time'

Expand Down

0 comments on commit a0f577f

Please sign in to comment.