nextest-rs/nextest

Add support for excluding paths from an archive

Opened this issue · 0 comments

We now support including extra paths in an archive -- we should also support excluding them.

Design questions:

  • Should we also allow default-include paths to be excluded? (Probably, but need to sketch out a plan for this.)
  • How does this interact with support for appending paths across per-test overrides?