-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.codecov.yml
More file actions
30 lines (25 loc) · 741 Bytes
/
.codecov.yml
File metadata and controls
30 lines (25 loc) · 741 Bytes
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
################################################################################
# Copyright (c) 2017-2021 Argon Design Ltd. All rights reserved.
# This file is covered by the BSD (with attribution) license.
# See the LICENSE file for the precise wording of the license.
################################################################################
# To validate execute:
# curl --data-binary @.codecov.yml https://codecov.io/validate
codecov:
require_ci_to_pass: yes
ignore:
- "verilator"
- "symbiyosys"
coverage:
status:
project:
default:
threshold: 0.5%
only_pulls: true
patch:
default:
only_pulls: true
comment:
layout: "diff, reach"
behavior: new
require_changes: false