Skip to content

Commit 820e180

Browse files
committed
Add config for codecov
This could also go into .codecov.yml, or be configured through their UI. Ref: https://docs.codecov.io/docs/codecov-yaml Ref: https://docs.codecov.io/docs/coverage-configuration Ref: https://docs.codecov.io/docs/pull-request-comments
1 parent 1da9021 commit 820e180

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage:
2+
status:
3+
project: yes
4+
patch: yes
5+
changes: yes
6+
7+
comment:
8+
layout: "header, diff"
9+
behavior: default
10+
require_changes: no

0 commit comments

Comments
 (0)