You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a section/generator selection (`-c`, `-g`, or `-p`) is in effect,
the console and compact reporters now print the active path filters next
to the existing `Filters:` line, as a labelled list, e.g.
Filters: "foo"
Path filters:
- Section: "A"
- Generator: "0"
The filters are listed one per line, in the order they were specified.
This makes it obvious what has actually been selected, which is especially
helpful when a filter combination ends up running no assertions.
Related to #3099
0 commit comments