-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodecov.yml
More file actions
29 lines (28 loc) · 716 Bytes
/
Copy pathcodecov.yml
File metadata and controls
29 lines (28 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
comment:
layout: "header, diff, flags, components"
component_management:
individual_components:
- component_id: plugin_hardcover
name: hardcover
paths:
- plugins/hardcover/**
- component_id: plugin_hardcover_sync
name: hardcover-sync
paths:
- plugins/hardcover-sync/**
- component_id: plugin_anilist
name: anilist
paths:
- plugins/anilist/**
- component_id: plugin_manga_chapters
name: manga-chapters
paths:
- plugins/manga-chapters/**
- component_id: lib_common
name: common
paths:
- libs/common/**
- component_id: lib_graphql
name: graphql
paths:
- libs/graphql/**