Skip to content

Commit

Permalink
try out components
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Dec 6, 2024
1 parent 9ea80eb commit cc12c42
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
comment:
layout: "header, diff, flags, components" # show component info in the PR comment

component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project
target: auto
branches:
- "!main"
individual_components:
- component_id: module_cellxgene_schema_cli
name: cellxgene_schema_cli
paths:
- cellxgene_schema_cli/**
# - cellxgene_schema_cli/cellxgene_schema/**
# - cellxgene_schema_cli/tests/**
# - cellxgene_schema_cli/scripts/**
- component_id: module_migration_assistant
name: migration_assistant
paths:
- scripts/migration_assistant/**
- component_id: module_schema_bump_dry_run_genes
name: schema_bump_dry_run_genes
paths:
- scripts/schema_bump_dry_run_genes/**
- component_id: module_schema_bump_dry_run_ontologies
name: schema_bump_dry_run_ontologies
paths:
- scripts/schema_bump_dry_run_ontologies/**

0 comments on commit cc12c42

Please sign in to comment.