Files
Cleanuparr/codecov.yml
2026-08-02 23:51:17 +03:00

33 lines
502 B
YAML

coverage:
status:
project:
default:
target: auto
threshold: 1%
backend:
flags:
- backend
target: auto
threshold: 1%
frontend:
flags:
- frontend
target: auto
threshold: 1%
patch:
default:
target: auto
flags:
backend:
paths:
- code/backend/
carryforward: true
frontend:
paths:
- code/frontend/
carryforward: true
ignore:
- "**/Migrations/**"