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
Copy file name to clipboardExpand all lines: CodeQL.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ path_classifiers:
7
7
# 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.
8
8
# That is, /anything/ matches the anything directory and all its subdirectories.
9
9
# Always enclose the expression in double quotes if it includes *.
10
-
- "**/tests"
10
+
- "**/tests/**"
11
11
12
12
# The default behavior is to tag all files created during the
13
13
# build as `generated`. Results are hidden for generated code. You can tag
0 commit comments