exclude markdown files from coverage analysis

This commit is contained in:
Simon Aronsson 2019-04-17 21:44:31 +02:00
parent 62a95f0e48
commit 498d500657
3 changed files with 57 additions and 0 deletions

6
.codacy.yml Normal file
View file

@ -0,0 +1,6 @@
---
engines:
coverage:
exclude_paths:
- "*.md"
- "**/*.md"