Skip to content

Commit

Permalink
Commentary to explain the hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Reindl committed Jan 11, 2022
1 parent ab55205 commit e21a4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v1.6.0
- Add support for psych 4.0 yaml loading
- Adding support for Ruby 3.1
- Add support for psych 4.0 yaml loading
- Lock Faraday down to < 2.0

v1.5.6
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'simplecov'
require 'simplecov-rcov'
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
unless SimpleCov.running
unless SimpleCov.running # Hack to prevent starting SimpleCov multiple times see: https://github.com/simplecov-ruby/simplecov/issues/1003
SimpleCov.start do
add_filter '/vendor'
add_filter '/spec'
Expand Down

0 comments on commit e21a4fe

Please sign in to comment.