Skip to content

Commit 926d8ba

Browse files
authored
Merge pull request #70 from opsmill/pog-codecov-config
Add config file for codecov
2 parents 7320e74 + 43e78af commit 926d8ba

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)