Commit 8497009
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 6afaeb9 commit 8497009
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
0 commit comments