mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
* move db * refactor db import * refactor eval types * fix tests * fix tests * fix tests * fix db migration issues * fix docker issue * fix tests * update alias * fix tests * update db test for client and server * refactor db * update codecov * update codecov * update codecov * add docker pr comments
40 lines
774 B
YAML
40 lines
774 B
YAML
component_management:
|
|
individual_components:
|
|
# App architecture layers
|
|
- component_id: app_store
|
|
name: "Store"
|
|
paths:
|
|
- src/store/**
|
|
- component_id: app_services
|
|
name: "Services"
|
|
paths:
|
|
- src/services/**
|
|
- component_id: app_server
|
|
name: "Server"
|
|
paths:
|
|
- src/server/**
|
|
- component_id: app_libs
|
|
name: "Libs"
|
|
paths:
|
|
- src/libs/**
|
|
- component_id: app_utils
|
|
name: "Utils"
|
|
paths:
|
|
- src/utils/**
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default: off
|
|
database:
|
|
flags:
|
|
- database
|
|
app:
|
|
flags:
|
|
- app
|
|
patch: off
|
|
|
|
|
|
comment:
|
|
layout: "header, diff, flags, components" # show component info in the PR comment
|