From 6fbfdd4323b5d21ccd60a35779b412c0b39fcdd7 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Tue, 13 Feb 2024 04:38:29 +0900 Subject: [PATCH] fix option --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 513b4b6..0fa7dca 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -67,4 +67,4 @@ jobs: - name: Submit results to Coveralls using cpp-coveralls run: | pip install cpp-coveralls - coveralls -r ./ -E ".*/tests/.*" -E ".*/build_test/.*" -E ".*/demo/.*" t ${{env.TOKEN}} + coveralls -r ./ -E ".*/tests/.*" -E ".*/build_test/.*" -E ".*/demo/.*" -t "${{env.TOKEN}}"