Skip to content

Commit a2b5532

Browse files
committed
chore(ci): update ignores on Codecov and Codacy configs
1 parent 1c08b7e commit a2b5532

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.codacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ exclude_paths:
2828
- '**/Models/**' # Domain and DTO models
2929
- '**/Properties/**' # launchSettings.json or AssemblyInfo.cs
3030
- '**/Utilities/**' # Helper extensions or static classes
31+
- '**/Validators/**' # FluentValidation validators
3132
- 'test/**/*' # Entire test suite (unit + integration)

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ignore:
5656
- 'src/**/Models/**/*' # Domain and DTO models
5757
- 'src/**/Properties/**/*' # launchSettings.json or other system files
5858
- 'src/**/Utilities/**/*' # Static helper and extension classes
59+
- 'src/**/Validators/**/*' # FluentValidation validators
5960
- 'test' # Any file in the test folder (unit/integration/utils)
6061

6162
# Ignoring Specific Files At All Depths

0 commit comments

Comments
 (0)