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:
regexowl 2025-03-21 14:04:26 +01:00 committed by Klara Simickova
parent 781267f16c
commit f20378cd67

View file

@ -10,3 +10,7 @@ comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no
ignore:
- "api"
- "playwright"
- "src/store"