From: Michael Wallner Date: Fri, 2 Oct 2020 16:34:38 +0000 (+0200) Subject: remove codecov directory setting again X-Git-Tag: 1.1.0-beta1~236^2~22^2~15 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=33a6f29b0882f5028560842d56f7fb3ce6c87412;p=awesomized%2Flibmemcached remove codecov directory setting again --- 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: