Skip to content

Commit

Permalink
Fix: test files should not be included in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
khiav reoy committed Jan 7, 2021
1 parent 16f38ec commit f77b955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
require "simplecov"
SimpleCov.start
require 'simplecov'
SimpleCov.start 'test_frameworks'

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

Expand Down

0 comments on commit f77b955

Please sign in to comment.