Skip to content

Commit 448d229

Browse files
committed
coveralls wip
1 parent 843ef70 commit 448d229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
env:
9292
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_TOKEN}}
9393
working-directory: ${{github.workspace}}/build
94-
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/.*"
94+
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

0 commit comments

Comments
 (0)