debian-image-builder-frontend/codecov.yml
regexowl f20378cd67 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.
2025-03-27 13:08:23 +01:00

16 lines
262 B
YAML

coverage:
status:
patch: no
project:
default:
threshold: 5%
codecov:
require_ci_to_pass: no
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no
ignore:
- "api"
- "playwright"
- "src/store"