Skip to content

Commit a8326a2

Browse files
committed
Update cidacy config files to exlude paths but only from code coverage
1 parent 2bbaea8 commit a8326a2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.codacy.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
exclude_paths:
3-
- ".github/**/*"
4-
- "build/**/*"
5-
- "CHANGELOG.md"
6-
- "README.md"
7-
- "omnisharp.json"
8-
- "stylecop.json"
9-
- "global.json"
2+
engines:
3+
coverage:
4+
exclude_paths:
5+
- ".github/**/*"
6+
- "build/**/*"
7+
- "CHANGELOG.md"
8+
- "README.md"
9+
- "omnisharp.json"
10+
- "stylecop.json"
11+
- "global.json"

0 commit comments

Comments
 (0)