Skip to content

Commit 3f7ca72

Browse files
author
Marc Rooding
committed
Added the full output/ and templates/ folder to codecoverage ignore
1 parent 4c8134f commit 3f7ca72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.codeclimate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ languages:
44
PHP: false
55
Python: false
66
exclude_paths:
7-
- "output/**/*.js"
7+
- "output/**/*"
8+
- "templates/**/*"

0 commit comments

Comments
 (0)