1 | SimpleCov.formatters = [ |
||
0 ignored issues
–
show
coding-style
introduced
by
![]() |
|||
2 | SimpleCov::Formatter::HTMLFormatter |
||
3 | ] |
||
4 | |||
5 | SimpleCov.start do |
||
6 | add_filter '/spec/' |
||
7 | add_filter '/vendor/' |
||
8 | end |
||
9 |