remove codecov directory setting again
authorMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 16:34:38 +0000 (18:34 +0200)
committerMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 16:34:38 +0000 (18:34 +0200)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml

index 8d1dc993b1bf1a4364d29ddc5362f6417ff6b357..8175ac02aa05a84535f516c7f5a9bc8f08300aa7 100755 (executable)
@@ -214,8 +214,6 @@ jobs:
       - uses: actions/checkout@v2
 <?php steps(); ?>
       - uses: codecov/codecov-action@v1.0.13
-        with:
-          directory: build/src
 
   # memcached new
   ci-new:
index 1c2d355e6495900dd708d5dfd2bf66306ae27f89..0beca08a4fafc51f7d68a2cc77806f984c3334d2 100644 (file)
@@ -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: