From 0b02cc22dbd4b1b73016e58c64150edc4e871e64 Mon Sep 17 00:00:00 2001 From: Ilya Lesikov Date: Fri, 26 Aug 2022 22:04:22 +0300 Subject: [PATCH] ci(integration): disable test coverage for main workflow Signed-off-by: Ilya Lesikov --- .github/workflows/test_main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test_main.yml b/.github/workflows/test_main.yml index 50c6708d05..039c99daf3 100644 --- a/.github/workflows/test_main.yml +++ b/.github/workflows/test_main.yml @@ -41,7 +41,6 @@ jobs: packages: integration/suites excludePackages: integration/suites/deploy,integration/suites/cleanup_after_converge,integration/suites/helm/deploy_rollback,integration/suites/bundles,integration/suites/ansible,integration/suites/build/stapel_image/git fetchDepth: 0 # Git history as fixtures for tests. - coverage: true secrets: inherit integration_git: @@ -49,7 +48,6 @@ jobs: uses: ./.github/workflows/_test_integration_regular.yml with: packages: integration/suites/build/stapel_image/git - coverage: true secrets: inherit integration_ansible: @@ -57,14 +55,11 @@ jobs: uses: ./.github/workflows/_test_integration_regular.yml with: packages: integration/suites/ansible - coverage: true secrets: inherit integration_per-k8s: if: github.event_name != 'pull_request' || github.event.label.name == 'trigger:\ test:main' uses: ./.github/workflows/_test_integration_per-k8s-version.yml - with: - coverage: true secrets: inherit e2e_complex: