Skip to content

Commit 95e2a93

Browse files
committed
chore: Require simplecov in template test helper
1 parent 60ff985 commit 95e2a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.instrumentation_generator/templates/test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7+
require 'simplecov'
78
require 'bundler/setup'
89
Bundler.require(:default, :development, :test)
910

0 commit comments

Comments
 (0)