Merge pull request #3598 from Aire-One/chore/codecov-config

Allow codecove to be green for small PRs
This commit is contained in:
Emmanuel Lepage Vallée 2022-05-29 12:45:50 -07:00 committed by GitHub
commit a7210287dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -24,3 +24,6 @@ indent_size = 4
# In a Makefile, the tab is significant and not "just" whitespace # In a Makefile, the tab is significant and not "just" whitespace
[Makefile] [Makefile]
indent_style = tab indent_style = tab
[*.yml]
indent_size = 2

6
codecov.yml Normal file
View File

@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: auto
threshold: 0.5%