From 29229cdc2438ad375d870522957cd0af3903138c Mon Sep 17 00:00:00 2001 From: Jose Ulises Nino Rivera Date: Mon, 10 Aug 2020 11:23:14 -0700 Subject: [PATCH] coverage: disable until OOM is solved (#1011) Description: deleting until OOM is fixed. Risk Level: med - no coverage run. Although it was already broken per #1009 Signed-off-by: Jose Nino Signed-off-by: JP Simard --- mobile/.github/workflows/coverage.yml | 28 --------------------------- 1 file changed, 28 deletions(-) delete mode 100644 mobile/.github/workflows/coverage.yml diff --git a/mobile/.github/workflows/coverage.yml b/mobile/.github/workflows/coverage.yml deleted file mode 100644 index 15ce98c1d1fe..000000000000 --- a/mobile/.github/workflows/coverage.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: coverage - -on: - push: - branches: - - main - pull_request: - paths: - - 'library/common/**' - - 'test/**' - -jobs: - coverage: - name: coverage - runs-on: ubuntu-18.04 - timeout-minutes: 60 - steps: - - uses: actions/checkout@v1 - with: - submodules: true - - name: 'Install dependencies' - run: ./ci/linux_ci_setup.sh - - name: 'Run coverage' - run: | - export PATH=/usr/lib/llvm-8/bin:$PATH - export CC=clang - export CXX=clang++ - ./envoy/test/run_envoy_bazel_coverage.sh //test/...