mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
exclude markdown files from coverage analysis
This commit is contained in:
parent
62a95f0e48
commit
498d500657
3 changed files with 57 additions and 0 deletions
6
.codacy.yml
Normal file
6
.codacy.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
engines:
|
||||
coverage:
|
||||
exclude_paths:
|
||||
- "*.md"
|
||||
- "**/*.md"
|
Loading…
Add table
Add a link
Reference in a new issue