Skip to content

Commit

Permalink
Modified codecov config file and coverage configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Aug 2, 2024
1 parent 0f3c5d7 commit 3c47c94
Show file tree
Hide file tree
Showing 2 changed files with 30 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/**"
2 changes: 2 additions & 0 deletions libs/client/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[run]
branch = True

omit =
*/tests/*

Expand Down

0 comments on commit 3c47c94

Please sign in to comment.