Skip to content

Commit 83c9e96

Browse files
committed
polish
1 parent 2fd7b61 commit 83c9e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeQL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ path_classifiers:
77
# It matches zero or more whole directory segments. There is no need to use a wildcard at the end of a directory path because all sub-directories are automatically matched.
88
# That is, /anything/ matches the anything directory and all its subdirectories.
99
# Always enclose the expression in double quotes if it includes *.
10-
- "**/tests"
10+
- "**/tests/**"
1111

1212
# The default behavior is to tag all files created during the
1313
# build as `generated`. Results are hidden for generated code. You can tag

0 commit comments

Comments
 (0)