Skip to content

Commit

Permalink
Add simplecov_json_formatter for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bannable committed Nov 29, 2022
1 parent 5e58340 commit 9bdc4ac
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gemspec
gem 'debug', '>= 1.0'
gem 'parlour'
gem 'reek'
gem 'simplecov_json_formatter'
gem 'tapioca', '~> 0.10.3'
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.14.2)
rubocop-sorbet (~> 0.6.11)
simplecov
simplecov_json_formatter
sorbet
tapioca (~> 0.10.3)
timecop
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rbnacl.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "debug", ">= 1.0"
gem "simplecov_json_formatter"
gem "tapioca", "~> 0.10.3"
gem "rbnacl", "~> 7.1.1"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rbnacl.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.14.2)
rubocop-sorbet (~> 0.6.11)
simplecov
simplecov_json_formatter
sorbet
tapioca (~> 0.10.3)
timecop
Expand Down
1 change: 1 addition & 0 deletions gemfiles/standalone.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "debug", ">= 1.0"
gem "simplecov_json_formatter"
gem "tapioca", "~> 0.10.3"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/standalone.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.14.2)
rubocop-sorbet (~> 0.6.11)
simplecov
simplecov_json_formatter
sorbet
tapioca (~> 0.10.3)
timecop
Expand Down

0 comments on commit 9bdc4ac

Please sign in to comment.