test: add codecov target for patch (#792)

This commit is contained in:
Uncle-Justice
2024-01-26 16:47:34 +08:00
committed by GitHub
parent a624351f84
commit 3598c21da0

View File

@@ -2,7 +2,11 @@ codecov:
require_ci_to_pass: yes
coverage:
status:
patch: no
patch:
default:
target: 50%
threshold: 0%
if_ci_failed: error # success, failure, error, ignore
project:
default:
target: auto
@@ -17,4 +21,4 @@ ignore:
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
require_changes: no