From 185f9050c3d923b6ff881e8ec8aabcc5709f72bf Mon Sep 17 00:00:00 2001 From: Ammar <56042290+ammarkarachi@users.noreply.github.com> Date: Wed, 25 Aug 2021 08:15:45 -0700 Subject: [PATCH] ci: added code cov for project (#7930) --- codecov.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 77f23edbfa7..928d582cf30 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,9 +4,13 @@ codecov: coverage: status: - project: off + project: + default: + target: auto + threshold: 0% + if_ci_failed: error patch: off changes: default: target: 80% - if_not_found: success \ No newline at end of file + if_not_found: success