forked from N0BOY/FT8CN
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodecov.yml
More file actions
37 lines (35 loc) · 1.16 KB
/
Copy pathcodecov.yml
File metadata and controls
37 lines (35 loc) · 1.16 KB
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
# Codecov configuration.
#
# While unit-test coverage is being built up, the status checks are
# informational: Codecov still posts the project/patch coverage numbers on each
# PR, but a dip no longer fails the check and blocks the merge. Flip
# `informational: true` to a concrete `target`/`threshold` once coverage has
# stabilised at a level worth enforcing.
#
# Note: no `ignore:` section — all source stays in the denominator so the
# reported percentage reflects the whole codebase.
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
# One flag per module/CI lane so the dashboard reports each as its own
# component instead of one merged total. carryforward keeps a module's last
# known coverage when its path-filtered workflow doesn't run on a given PR (only
# the Android lane runs on every PR; ios/native/desktop are path-gated), so an
# unrelated PR doesn't blank out those components.
flags:
android:
carryforward: true
ios:
carryforward: true
native:
carryforward: true
desktop:
carryforward: true
comment:
layout: "reach, diff, flags, files"
require_changes: false