Skip to content

Commit

Permalink
Fixes #37163 - Use require_relative for 'coverage_reporter' (theforem…
Browse files Browse the repository at this point in the history
…an#626)

Replace the usage of require with require_relative for 'coverage_reporter',
ensuring that it is loaded relative to the current file's directory.
  • Loading branch information
nofaralfasi authored Feb 14, 2024
1 parent 12b0436 commit 8a41146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest/hammer_coverage_plugin.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'coverage_reporter'
require_relative 'coverage_reporter'
require "json"

module Minitest
Expand Down

0 comments on commit 8a41146

Please sign in to comment.