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, e.g.
Filters: "foo"
Path filters: c:"A" g:0
Section filters are serialized as `c:"<filter>"` and generator filters as
`g:<filter>`, mirroring the `-p`/`--path-filter` syntax. 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