Skip to content

Commit

Permalink
Add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed May 15, 2021
1 parent 3dc3165 commit c466e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions fluent-plugin-json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 2.1', '>= 2.1.0'
spec.add_development_dependency 'hana', '~> 1.3', '>= 1.3.6'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'simplecov', '~> 0.12', '<= 0.12.2'
spec.add_development_dependency 'test-unit', '~> 3.0'
spec.add_runtime_dependency 'fluentd', ['>= 0.14.10', '< 2']
spec.add_runtime_dependency 'hana', '~> 1.3', '>= 1.3.6'
Expand Down
3 changes: 3 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

require 'simplecov'
SimpleCov.start

$LOAD_PATH.unshift(File.expand_path('..', __dir__))
require 'test-unit'
require 'fluent/test'
Expand Down

0 comments on commit c466e08

Please sign in to comment.