Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Rename `tag` with include_tags

Co-authored-by: Max Leske <[email protected]>
  • Loading branch information
huberts90 and theseion authored Jun 19, 2024
1 parent c29d6a5 commit cee1875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include:
'^9.*': 'Include all tests starting with 9'
exclude:
'^920400-2$': 'Exclude this test'
tag:
include_tags:
'^cookie$': 'Run test tagged with this label'
testoverride:
input:
Expand Down
2 changes: 1 addition & 1 deletion config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type FTWConfiguration struct {
// ExcludeTests is a list of tests to exclude (same as --exclude)
ExcludeTests map[*FTWRegexp]string `koanf:"exclude"`
// IncludeTags is a list of tags matching tests to run (same as --tag)
IncludeTags map[*FTWRegexp]string `koanf:"tag"`
IncludeTags map[*FTWRegexp]string `koanf:"include_tags"`
}

type PlatformOverrides struct {
Expand Down

0 comments on commit cee1875

Please sign in to comment.