Skip to content

Commit f351561

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

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+
coverage:
2+
status:
3+
project:
4+
default:
5+
# Set the threshold to allow a decrease of up to 5% without failing the PR
6+
threshold: 5%
7+
patch:
8+
default:
9+
# Set the threshold to allow a decrease of up to 5% in patch coverage without failing the PR
10+
threshold: 5%
11+
12+
comment:
13+
layout: "header, diff, flags, files"
14+
behavior: default
15+

0 commit comments

Comments
 (0)