Skip to content

Commit

Permalink
[test-coverage] clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 2, 2024
1 parent e80b093 commit 62b2ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/setup_simplecov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
enable_coverage :line
enable_coverage :branch
primary_coverage :line
# TODO: minimum_coverage 100
# TODO: minimum_coverage 100 # (temporary disabled for non-refactored tests)

formatter SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Expand Down

0 comments on commit 62b2ceb

Please sign in to comment.