Skip to content

Commit

Permalink
Add gemfile files for bashcov
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahGorny committed Mar 3, 2022
1 parent f9fe19c commit 0893627
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'bashcov'
gem 'codecov'
24 changes: 24 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
bashcov (1.8.1)
simplecov (~> 0.15)
codecov (0.4.2)
simplecov (>= 0.15, < 0.22)
docile (1.3.5)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)

PLATFORMS
ruby

DEPENDENCIES
bashcov
codecov

BUNDLED WITH
1.17.3

0 comments on commit 0893627

Please sign in to comment.