From ee3c84db3c41d582afd2a286240c7500c41fdb29 Mon Sep 17 00:00:00 2001 From: Vladimir Romanov Date: Tue, 3 Dec 2024 10:28:42 +0100 Subject: [PATCH] Exclude rrd_write WIP --- .github/workflows/cmake-single-platform.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 1e10cee..753c25a 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -90,6 +90,5 @@ jobs: - name: Collect coverage env: COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_TOKEN}} - COVERALLS_PARALLEL: false working-directory: ${{github.workspace}}/build - run: coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*tests/.*.cpp.*" -E ".*test_main/.*.cpp.*" -E ".*test_main/.*.h.*" -E ".*test_main/.*.cc.*" -E ".*rrd_writer/.*" -e rrd_writer + run: coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*tests/.*.cpp.*" -E ".*test_main/.*.cpp.*" -E ".*test_main/.*.h.*" -E ".*test_main/.*.cc.*" -E ".*rrd_writer/.*" -e ../rrd_writer