From e188a3d2cca4f4bb84c3fa8f49e5de34ec731713 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sun, 4 Jul 2021 16:21:51 +0200 Subject: [PATCH] wip --- .github/workflows/build_cmake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index ddff2d5..8b028af 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -118,6 +118,7 @@ jobs: if: startsWith(matrix.config.build_type, 'Debug') env: COVERALLS_DEBUG: true + NODE_COVERALLS_DEBUG: 1 uses: coverallsapp/github-action@master with: path-to-lcov: ${{ github.workspace }}/build/coverage.info