From 4f94f19940c23835bff26911d89f5d50e746d691 Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Tue, 19 Oct 2021 14:46:01 +0530 Subject: [PATCH] ci: Remove Github status for UI coverage --- codecov.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/codecov.yml b/codecov.yml index eeba1ff381..90fec8fbcb 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,11 +10,6 @@ coverage: threshold: 0.5% flags: - server - ui-tests: - target: auto - threshold: 0.5% - flags: - - ui-tests comment: layout: "diff, flags" @@ -28,4 +23,4 @@ flags: ui-tests: paths: - ".*\\.js" - carryforward: true \ No newline at end of file + carryforward: true