Skip to content

Commit

Permalink
Updated codecov yaml to start using components (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc authored Aug 2, 2024
1 parent 5a44977 commit cc7ba3d
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,31 @@ flag_management:
- name: dags-tests
paths:
- cornflow-dags/


comment:
layout: "header, diff, flags, components"

component_management:
default_rules:
statuses:
- type: project
target: auto
threshold: 5%
branches:
- "!master"
individual_components:
- component_id: server
name: server
paths:
- cornflow-server/**
- "!cornflow-server/cornflow/tests/**"
- component_id: client
name: client
paths:
- libs/client/**
- "!libs/client/tests/**"
- component_id: dags
name: dags
paths:
- cornflow-dags/**
- "!cornflow-dags/tests/**"

0 comments on commit cc7ba3d

Please sign in to comment.