more coverage
[awesomized/libmemcached] / .github / workflows / cmake-build-ci.gen
index 2438347cbecfa225ba55b757b7f0a1ab1d0073ae..b0d3c5a5ca610e4210a3dd839e2e7118dd72404b 100755 (executable)
@@ -194,7 +194,6 @@ on:
       - ".cirrus.yml"
     branches-ignore:
       - gh-pages
-      - v1.x
   pull_request:
     branches:
       - master
@@ -258,10 +257,14 @@ jobs:
   dbg-mac:
     name: dbg-mac (<?=DEF["macOS"]?>, <?=DEF[DEF["macOS"]]?>, <?=DEF[DEF[DEF["macOS"]]]["ver"]?>)
     runs-on: <?=DEF["macOS"]?> #
+    env:
+      CFLAGS: -O0 --coverage
+      CXXFLAGS: -O0 --coverage
     continue-on-error: true
     steps:
       - uses: actions/checkout@v2
 <?php steps(false); ?>
+      - uses: codecov/codecov-action@v1.0.13
 
   # release builds
   release: