codecov: Ignore API, PW and store folders
API, PW and store folders contain mostly files that are copied, auto-generated or test files. We don't need to collect coverage for those.
This commit is contained in:
parent
781267f16c
commit
f20378cd67
1 changed files with 4 additions and 0 deletions
|
|
@ -10,3 +10,7 @@ comment:
|
||||||
layout: "reach,diff,flags,files,footer"
|
layout: "reach,diff,flags,files,footer"
|
||||||
behavior: default
|
behavior: default
|
||||||
require_changes: no
|
require_changes: no
|
||||||
|
ignore:
|
||||||
|
- "api"
|
||||||
|
- "playwright"
|
||||||
|
- "src/store"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue