forked from stencila/stencila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
61 lines (50 loc) · 1.16 KB
/
codecov.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
comment:
layout: "header, flags, diff, components"
component_management:
individual_components:
- component_id: codec_cbor
name: CBOR
paths:
- rust/codec-cbor/src/*
- component_id: codec_html
name: HTML
paths:
- rust/codec-html*/src/*
- component_id: codec_jats
name: JATS
paths:
- rust/codec-jats*/src/*
- component_id: codec_json
name: JSON
paths:
- rust/codec-json/src/*
- component_id: codec_json5
name: JSON5
paths:
- rust/codec-json5*/src/*
- component_id: codec_jsonld
name: JSON-LD
paths:
- rust/codec-jsonld/src/*
- component_id: codec_markdown
name: Markdown
paths:
- rust/codec-markdown*/src/*
- component_id: codec_text
name: Text
paths:
- rust/codec-text*/src/*
- component_id: codec_yaml
name: YAML
paths:
- rust/codec-yaml/src/*
- component_id: sdk_node
name: Node.js SDK
paths:
- node/*
- node/**/*
- component_id: sdk_python
name: Python SDK
paths:
- python/*
- python/**/*