simplecov icon indicating copy to clipboard operation
simplecov copied to clipboard

Minor documentation fix

Open mlohbihler opened this issue 2 years ago • 0 comments

There is a small documentation thing here: https://github.com/simplecov-ruby/simplecov#using-multiple-formatters. It is sufficient to use:

SimpleCov.formatters = [
  ...
]

... because the code will wrap the array in a multi-formatter anyway.

mlohbihler avatar Jul 13 '23 23:07 mlohbihler