First version of Codecov configuration

This commit is contained in:
Emmanuel Engelhart 2022-06-21 20:59:37 +02:00 committed by Kelson
parent 7f8f1acfd6
commit 0e659defc1

18
.codecov.yml Normal file
View File

@ -0,0 +1,18 @@
codecov:
notify:
require_ci_to_pass: yes
coverage:
status:
project:
default:
threshold: 1%
patch:
default:
target: 90%
threshold: 0%
ignore:
- "docs"
- "fastlane"
- "core/src/test/java/"