Skip to content

Commit

Permalink
Update cidacy config files to exlude paths but only from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
milkshakeuk committed Jul 26, 2021
1 parent 2bbaea8 commit a8326a2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
exclude_paths:
- ".github/**/*"
- "build/**/*"
- "CHANGELOG.md"
- "README.md"
- "omnisharp.json"
- "stylecop.json"
- "global.json"
engines:
coverage:
exclude_paths:
- ".github/**/*"
- "build/**/*"
- "CHANGELOG.md"
- "README.md"
- "omnisharp.json"
- "stylecop.json"
- "global.json"

0 comments on commit a8326a2

Please sign in to comment.