Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Nov 3, 2023
1 parent dc8e410 commit b4a3682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .simplecov_spawn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
SimpleCov::Formatter::CoberturaFormatter,
])
SimpleCov.start do
enable_coverage :branch
add_filter '/spec/'
add_filter '/scripts/'
end
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'roda'
gem 'rspec-rails'

group :test do
gem 'simplecov'
gem 'simplecov', git: 'https://github.com/exoego/simplecov.git', branch: 'branch-fix'
gem 'simplecov-cobertura'
gem 'super_diff'
end
Expand Down

0 comments on commit b4a3682

Please sign in to comment.