Commit 780d4ea
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 4e379f8 commit 780d4ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments