Skip to content

Commit

Permalink
Resolve incorrect coverage when running tests through rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Dec 20, 2024
1 parent ea85eac commit 0bb888f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ require "yard"
Minitest::TestTask.create do |t|
t.libs << "test"
t.test_globs = ["test/**/*_test.rb"]
# https://github.com/minitest/minitest/issues/1020
t.framework = nil
end
RuboCop::RakeTask.new
YARD::Rake::YardocTask.new
Expand Down

0 comments on commit 0bb888f

Please sign in to comment.