From 0015331b89de60a9ed3eb1191f35e1ec472dd00a Mon Sep 17 00:00:00 2001 From: ciyong Date: Wed, 15 Jul 2020 15:03:28 +0800 Subject: [PATCH] [v1.6] Fix the monitor_callback invalid issue during calibration with variable input shapes (#18632) (#18703) * Fix the monitor_callback invalid issue during calibration with variable input shapes * retrigger CI * Add UT for monitor check and disable codecov Co-authored-by: Tao Lv --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 97624c21b8fa..70037e6483ff 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,6 +4,9 @@ codecov: require_ci_to_pass: yes coverage: + status: + project: off + patch: off precision: 2 round: down range: "70...100"