michenriksen / gokiburi

Automatic test runs for Go projects
MIT License
138 stars 2 forks source link

Glob patterns for file/directory exclusion/inclusion #10

Open michenriksen opened 1 year ago

michenriksen commented 1 year ago
As a user,
  I want to do fine-grained exclusion and inclusion of files and directories using glob patterns
So that, 
  I can exclude branches of code or irrelevant files in file monitoring or focus on specific tests

Possible packages for glob parsing:

katrinleinweber commented 2 months ago

Would a more coarse approach of enabling multiple [dir] inputs help here, as an intermediate step towards glob-based includes?