ci: fix coverage ignore directories (#2420)
This commit is contained in:
parent
fb4d4f50ec
commit
76d08eb883
2 changed files with 10 additions and 6 deletions
|
|
@ -13,3 +13,7 @@ comment:
|
|||
layout: "diff, flags, files"
|
||||
behavior: default
|
||||
require_changes: false # if true: only post the comment if coverage changes
|
||||
|
||||
ignore:
|
||||
- "tests"
|
||||
- "third-party"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue