Merge pull request #3598 from Aire-One/chore/codecov-config
Allow codecove to be green for small PRs
This commit is contained in:
commit
a7210287dd
|
@ -24,3 +24,6 @@ indent_size = 4
|
|||
# In a Makefile, the tab is significant and not "just" whitespace
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 0.5%
|
Loading…
Reference in New Issue