Skip to content

Commit 0bc0c69

Browse files
committed
Add simplecov gem
1 parent 4eb8d03 commit 0bc0c69

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ group :test do
5757
gem "capybara" # Acceptance test framework for web applications [https://github.com/teamcapybara/capybara]
5858
gem "selenium-webdriver" # Ruby bindings for Selenium [https://www.rubydoc.info/gems/selenium-webdriver/frames]
5959
gem "cuprite", git: "https://github.com/rubycdp/cuprite"
60+
gem "simplecov", require: false # Code coverage for Ruby [https://github.com/simplecov-ruby/simplecov]
6061
gem "webmock", require: false # Library for stubbing HTTP requests [https://github.com/bblimke/webmock]
6162
end
6263

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ GEM
138138
reline (>= 0.3.8)
139139
device_detector (1.1.2)
140140
diff-lcs (1.5.1)
141+
docile (1.4.0)
141142
dotenv (3.1.0)
142143
drb (2.2.1)
143144
dry-cli (1.0.0)
@@ -432,6 +433,12 @@ GEM
432433
rubyzip (>= 1.2.2, < 3.0)
433434
websocket (~> 1.0)
434435
sexp_processor (4.17.1)
436+
simplecov (0.22.0)
437+
docile (~> 1.1)
438+
simplecov-html (~> 0.11)
439+
simplecov_json_formatter (~> 0.1)
440+
simplecov-html (0.12.3)
441+
simplecov_json_formatter (0.1.4)
435442
sitepress-core (4.0.2)
436443
mime-types (>= 2.99)
437444
sitepress-rails (4.0.2)
@@ -564,6 +571,7 @@ DEPENDENCIES
564571
rspec-rails
565572
ruby_wasm (~> 2.5)
566573
selenium-webdriver
574+
simplecov
567575
sitepress-rails
568576
solid_cache
569577
solid_queue

0 commit comments

Comments
 (0)