Skip to content

Commit e21a4fe

Browse files
author
Phil Reindl
committed
Commentary to explain the hack
1 parent ab55205 commit e21a4fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
v1.6.0
2-
- Add support for psych 4.0 yaml loading
32
- Adding support for Ruby 3.1
3+
- Add support for psych 4.0 yaml loading
44
- Lock Faraday down to < 2.0
55

66
v1.5.6

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'simplecov'
33
require 'simplecov-rcov'
44
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
5-
unless SimpleCov.running
5+
unless SimpleCov.running # Hack to prevent starting SimpleCov multiple times see: https://github.com/simplecov-ruby/simplecov/issues/1003
66
SimpleCov.start do
77
add_filter '/vendor'
88
add_filter '/spec'

0 commit comments

Comments
 (0)