Skip to content

Commit

Permalink
generate html reports after tests (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Dec 4, 2023
1 parent d815e80 commit a8ed6b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
.byebug_history
.byebug_history
test/html_reports
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
require_relative '../lib/active_yaml'
require_relative '../lib/active_yaml/version'

Minitest::Reporters.use!
Minitest::Reporters.use! [Minitest::Reporters::ProgressReporter.new, Minitest::Reporters::HtmlReporter.new]

0 comments on commit a8ed6b5

Please sign in to comment.