Skip to content

Commit

Permalink
corveralls gemの依存を削除
Browse files Browse the repository at this point in the history
travis-ciを使っていたときは使えていたのだけれど、GitHub Actionsには対応していないので現在は入れていても意味がない。

ref: https://github.com/lemurheavy/coveralls-ruby/blob/c14fd068fac21d115b65de7e5a437ed2a45d6126/lib/coveralls/configuration.rb
  • Loading branch information
willnet committed Jul 2, 2023
1 parent ef94a0e commit a274c9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gimei.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ Gem::Specification.new do |gem|
gem.add_dependency('romaji')
gem.add_development_dependency('rake')
gem.add_development_dependency('minitest')
gem.add_development_dependency('coveralls')
end
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

require 'bundler/setup'

require 'coveralls'
Coveralls.wear!

require 'gimei'
require 'minitest/autorun'

Expand Down

0 comments on commit a274c9e

Please sign in to comment.