Skip to content

Commit

Permalink
simplecovを追加
Browse files Browse the repository at this point in the history
coveralls gemを削除したので、明示的にsimplecovを依存関係に入れる必要があった
  • Loading branch information
willnet committed Jul 2, 2023
1 parent bb69299 commit f5e0ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in gimei.gemspec
gemspec
gem 'simplecov', require: false
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'bundler/setup'

require 'simplecov'
SimpleCov.start
require 'gimei'
require 'minitest/autorun'

Expand Down

0 comments on commit f5e0ad4

Please sign in to comment.