configure codecov.io
For $reasons codecov.io stopped working. Now with my account explicitly set as "bot" it works again.
This commit is contained in:
parent
37baf5cd34
commit
c1a6da9aaa
12
codecov.yml
12
codecov.yml
|
@ -1,4 +1,16 @@
|
||||||
|
codecov:
|
||||||
|
bot: patkan
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default: # status context
|
||||||
|
target: auto
|
||||||
|
threshold: "1%"
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: "1%"
|
||||||
range: "60...100"
|
range: "60...100"
|
||||||
|
|
||||||
comment: off
|
comment: off
|
||||||
|
|
Loading…
Reference in New Issue