forked from muxinc/elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
70 lines (67 loc) · 1.68 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
62
63
64
65
66
67
68
69
70
# Setting coverage targets per flag
coverage:
status:
project:
default:
target: auto #overall project/ repo coverage
mux-audio:
target: auto
flags:
- mux-audio
mux-audio-react:
target: auto
flags:
- mux-audio-react
mux-player:
target: auto
flags:
- mux-player
mux-player-react:
target: auto
flags:
- mux-player-react
mux-video:
target: auto
flags:
- mux-video
mux-video-react:
target: auto
flags:
- mux-video-react
playback-core:
target: auto
flags:
- playback-core
# adding Flags to your `layout` configuration to show up in the PR comment
comment:
layout: 'reach, diff, flags, files'
behavior: default
require_changes: false
require_base: yes
require_head: yes
branches: null
# New root YAML section = `flags:`
# This is where you would define every flag from your
# uploader, and update when new Flags added
flags:
mux-audio:
paths: #note, accepts globs, not regexes
- packages/mux-audio
mux-audio-react:
paths: #note, accepts globs, not regexes
- packages/mux-audio-react
mux-player:
paths: #note, accepts globs, not regexes
- packages/mux-player
mux-player-react:
paths: #note, accepts globs, not regexes
- packages/mux-player-react
mux-video:
paths: #note, accepts globs, not regexes
- packages/mux-video
mux-video-react:
paths: #note, accepts globs, not regexes
- packages/mux-video-react
playback-core:
paths: #note, accepts globs, not regexes
- packages/playback-core