feat(cicd): add codecov flags

This commit is contained in:
Ludovic DEHON
2025-02-07 14:27:59 +01:00
parent dc8576afed
commit 3f429ef0a8
3 changed files with 31 additions and 7 deletions

View File

@@ -8,6 +8,10 @@ component_management:
name: Core
paths:
- core/**
- component_id: e2e-tests
name: End to End
paths:
- e2e-tests/**
- component_id: jdbc
name: Jdbc
paths:
@@ -28,10 +32,6 @@ component_management:
name: Model
paths:
- model/**
- component_id: platform
name: Platform
paths:
- platform/**
- component_id: processor
name: Processor
paths:
@@ -51,4 +51,26 @@ component_management:
- component_id: storage-local
name: Storage Local
paths:
- storage-local/**
- storage-local/**
- component_id: tests
name: Tests
paths:
- tests/**
- component_id: ui
name: Ui
paths:
- ui/**
- component_id: webserver
name: Webserver
paths:
- webserver/**
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
target: 80%
threshold: 1%
- type: patch
target: 90%