docs: build commit message fix
[m6w6/libmemcached] / .github / workflows / cmake-build-ci.gen
index 2438347cbecfa225ba55b757b7f0a1ab1d0073ae..dddde934da170f6466f5c2ad37c32d8f0f763bfa 100755 (executable)
@@ -192,9 +192,9 @@ on:
       - "docs/**"
       - ".travis.yml"
       - ".cirrus.yml"
+      - ".github/workflows/docs*"
     branches-ignore:
       - gh-pages
-      - v1.x
   pull_request:
     branches:
       - master
@@ -258,10 +258,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: