From 33a6f29b0882f5028560842d56f7fb3ce6c87412 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 2 Oct 2020 18:34:38 +0200 Subject: [PATCH] remove codecov directory setting again --- .github/workflows/cmake-build-ci.gen | 2 -- .github/workflows/cmake-build-ci.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index 8d1dc993..8175ac02 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -214,8 +214,6 @@ jobs: - uses: actions/checkout@v2 - uses: codecov/codecov-action@v1.0.13 - with: - directory: build/src # memcached new ci-new: diff --git a/.github/workflows/cmake-build-ci.yml b/.github/workflows/cmake-build-ci.yml index 1c2d355e..0beca08a 100644 --- a/.github/workflows/cmake-build-ci.yml +++ b/.github/workflows/cmake-build-ci.yml @@ -178,8 +178,6 @@ jobs: if: ${{ failure() }} run: cat build/Testing/Temporary/LastTest.log - uses: codecov/codecov-action@v1.0.13 - with: - directory: build/src # memcached new ci-new: -- 2.30.2