ignore example and mock folders for code coverage
This commit is contained in:
parent
fb25bdabc4
commit
5c26b36f29
1 changed files with 4 additions and 1 deletions
|
@ -19,4 +19,7 @@ parsers:
|
||||||
comment:
|
comment:
|
||||||
layout: "header, diff"
|
layout: "header, diff"
|
||||||
behavior: default
|
behavior: default
|
||||||
require_changes: no
|
require_changes: no
|
||||||
|
ignore:
|
||||||
|
- "example"
|
||||||
|
- "**/mock"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue