Skip to content

Commit 355f0db

Browse files
committed
chore(ci): adjust glob for test folder on Codacy config
1 parent 714c0e8 commit 355f0db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Codacy configuration for excluding files and folders from analysis
22
# https://docs.codacy.com/repositories-configure/codacy-configuration-file/#ignore-files
3-
# Uses Java GLOB syntax: https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob
3+
# Uses Java glob syntax: https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob
44

55
exclude_paths:
66
# Ignore all project-level metadata and documentation
@@ -26,4 +26,4 @@ exclude_paths:
2626
- '**/Models/**' # Domain and DTO models
2727
- '**/Properties/**' # launchSettings.json or AssemblyInfo.cs
2828
- '**/Utilities/**' # Helper extensions or static classes
29-
- '**/test/**' # Entire test suite (unit + integration)
29+
- '/test/**/*' # Entire test suite (unit + integration)

0 commit comments

Comments
 (0)