Commit b8a863f
committed
Use SimpleCov.add_filter block instead of string
Using a string is almost always a bad idea, because if any part of
the path contains the string, it will filter out the path. Switch
to using a block and doing a match on the entire path prefix.1 parent 6862d6c commit b8a863f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments