Skip to content

Commit 43e78af

Browse files
committed
Add config file for codecov
1 parent 7320e74 commit 43e78af

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

codecov.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
# Set the threshold to allow a decrease of up to 5% without failing the PR
7+
threshold: 5%
8+
patch:
9+
default:
10+
# Set the threshold to allow a decrease of up to 5% in patch coverage without failing the PR
11+
threshold: 5%
12+
13+
comment:
14+
layout: "header, diff, flags, files"
15+
behavior: default

0 commit comments

Comments
 (0)