-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
47 lines (43 loc) · 1.49 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
# __
# / _|
# __ _ _ _ _ __ ___ _ __ __ _ | |_ ___ ___ ___
# / _` | | | | '__/ _ \| '__/ _` | | _/ _ \/ __/ __|
# | (_| | |_| | | | (_) | | | (_| | | || (_) \__ \__ \
# \__,_|\__,_|_| \___/|_| \__,_| |_| \___/|___/___/
#
# Copyright (C) 2018-2020 Aurora Free Open Source Software.
#
# This file is part of the Aurora Free Open Source Software. This
# organization promote free and open source software that you can
# redistribute and/or modify under the terms of the license available in the
# package root path as 'LICENSE' file. Please review the following
# information to ensure that the license requirements meet the opensource
# guidelines at opensource.org .
#
# NOTE: All products, services or anything associated to trademarks and
# service marks used or referenced on this file are the property of their
# respective companies/owners or its subsidiaries. Other names and brands
# may be claimed as the property of others.
#
# For more info about intellectual property visit: aurorafoss.org or
# directly send an email to: contact (at) aurorafoss.org .
codecov:
notify:
require_ci_to_pass: false
after_n_builds: 1
wait_for_ci: false
allow_coverage_offsets: true
coverage:
precision: 3
round: down
range: "80...100"
status:
project: off
changes: off
patch:
default:
informational: true
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true