Skip to content

Commit

Permalink
Merge pull request #20 from khiav223577/fix/test_coverage
Browse files Browse the repository at this point in the history
Fix: test files should not be included in coverage
  • Loading branch information
khiav223577 authored Jan 7, 2021
2 parents c47c0ac + 8562ac9 commit 57038ae
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,11 +1,11 @@
# frozen_string_literal: true

require 'simplecov'
SimpleCov.start
SimpleCov.start 'test_frameworks'

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

require 'atomically'
require 'minitest/autorun'

case ENV['DB']
Expand Down

0 comments on commit 57038ae

Please # to comment.