Skip to content

Commit 35ae212

Browse files
committed
Add codecov config
1 parent 0719b03 commit 35ae212

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codecov.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
target: 0%
8+
threshold: 2%
9+
patch: false
10+
comment:
11+
layout: "diff"
12+
behavior: once
13+
require_changes: true
14+
require_base: false
15+
require_head: true
16+
branches: null
17+
github_checks:
18+
annotations: false
19+
ignore:
20+
- 'classes/element.registry.php'

0 commit comments

Comments
 (0)