mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Add codecov configuration file.
This commit is contained in:
parent
0e51f26a36
commit
bb589d57a4
16
codecov.yml
Normal file
16
codecov.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
# Commits pushed to master should not make the overall
|
||||||
|
# project coverage decrease by more than 1%:
|
||||||
|
target: auto
|
||||||
|
threshold: 1%
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
# Be tolerant on slight code coverage diff on PRs to limit
|
||||||
|
# noisy red coverage status on github PRs.
|
||||||
|
# Note: The coverage stats are still uploaded
|
||||||
|
# to codecov so that PR reviewers can see uncovered lines
|
||||||
|
target: auto
|
||||||
|
threshold: 1%
|
Loading…
x
Reference in New Issue
Block a user