-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
42 lines (37 loc) · 981 Bytes
/
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
codecov:
bot: "codecov-io"
coverage:
range: "80...100"
flags:
nightly:
joined: false
comment:
layout: "header, diff, flags, files, components" # show component info and file info in the PR comment
show_carryforward_flags: true
github_checks:
annotations: true
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project # in this case every component that doens't have a status defined will have a project type one
target: auto
branches:
- "!main"
- type: patch
individual_components:
- component_id: scope1
name: php-jsonrpc/poc-monorepo-pkg1
paths:
- packages/scope1/**
statuses:
- type: project
target: auto
- type: patch
- component_id: macrorepo
name: macrorepo
paths:
- builder/**
statuses:
- type: project
target: auto
- type: patch