Skip to content

Commit 41897ea

Browse files
authored
Merge pull request #6579 from rubyforgood/add-simplecov-mcp-for-parsing-test-coverage
Add dev tool simplecov-mcp for parsing test coverage
2 parents f041f2d + e208463 commit 41897ea

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
@@ -89,6 +89,7 @@ group :development do
8989
gem "annotate" # for adding db field listings to models as comments
9090
gem "bundler-audit" # for checking for security issues in gems
9191
gem "letter_opener" # Opens emails in new tab for easier testing
92+
gem "simplecov-mcp" # SimpleCov MCP integration
9293
gem "spring" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
9394
gem "spring-commands-rspec"
9495
gem "traceroute" # for finding unused routes

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ GEM
296296
json-schema (5.1.1)
297297
addressable (~> 2.8)
298298
bigdecimal (~> 3.1)
299+
json_rpc_handler (0.1.1)
299300
jwt (3.1.2)
300301
base64
301302
language_server-protocol (3.17.0.5)
@@ -321,6 +322,9 @@ GEM
321322
net-smtp
322323
marcel (1.1.0)
323324
matrix (0.4.2)
325+
mcp (0.4.0)
326+
json-schema (>= 4.1)
327+
json_rpc_handler (~> 0.1)
324328
method_source (1.1.0)
325329
mini_magick (5.2.0)
326330
benchmark
@@ -601,6 +605,9 @@ GEM
601605
simplecov-html (~> 0.11)
602606
simplecov_json_formatter (~> 0.1)
603607
simplecov-html (0.13.1)
608+
simplecov-mcp (1.0.1)
609+
mcp (~> 0.3)
610+
simplecov (>= 0.21, < 1.0)
604611
simplecov_json_formatter (0.1.4)
605612
smart_properties (1.17.0)
606613
spring (4.3.0)
@@ -767,6 +774,7 @@ DEPENDENCIES
767774
selenium-webdriver
768775
shoulda-matchers
769776
simplecov
777+
simplecov-mcp
770778
spring
771779
spring-commands-rspec
772780
sprockets-rails

0 commit comments

Comments
 (0)