Add codecov.yml
parent
23cc3884fe
commit
cbe1dd2ac6
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: null
|
||||||
|
base: auto
|
||||||
|
|
||||||
|
comment:
|
||||||
|
layout: "header, diff, tree, changes"
|
||||||
|
behavior: default
|
||||||
|
require_changes: false # if true: only post the comment if coverage changes
|
||||||
|
branches: null
|
||||||
|
flags: null
|
||||||
|
paths: null
|
Loading…
Reference in New Issue