Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into tsp_report
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Aug 2, 2024
2 parents a5aea1a + c0850c6 commit 8e51d58
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 8e51d58

Please sign in to comment.