codecov: also disable patch coverage check (#137)

This commit is contained in:
Robert van Gent
2019-02-25 15:50:40 -08:00
committed by GitHub
parent aa93d6ea07
commit 5a138ef498

View File

@@ -6,3 +6,8 @@ coverage:
target: 0 target: 0
threshold: null threshold: null
base: auto base: auto
patch:
default:
target: 0
threshold: null
base: auto