From a1074e7e05b8f3710fc7d02253700d432cbd0126 Mon Sep 17 00:00:00 2001 From: Vasily Shamporov Date: Fri, 18 Aug 2023 18:08:04 +0200 Subject: [PATCH] Enable codecov/patch status check for onnx code only (#2062) ### Changes As stated in the title ### Reason for changes Only the ONNX precommit coverage results are currently uploaded, so there is no sense checking and failing on patch coverage being always 0 on non-ONNX PRs. ### Related tickets N/A ### Tests coverage/patch check --- codecov.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 708ea9a7d55..e96667f9686 100644 --- a/codecov.yml +++ b/codecov.yml @@ -18,10 +18,18 @@ coverage: only_pulls: true paths: - "nncf" + patch: + default: + branches: + - develop + informational: true + only_pulls: true + paths: + - "nncf/onnx" # extend this once we collect coverage reports for more than just onnx part of precommit + comment: layout: "diff, flags, files" - require_changes: false # remove me - # require_changes: true + require_changes: false require_head: false require_base: false