From ca6f49eb74aefdb3c2e7e76151a35e5a8878bf3e Mon Sep 17 00:00:00 2001 From: Vladimir Romanov Date: Tue, 3 Dec 2024 08:22:18 +0100 Subject: [PATCH] Fix script --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 36f8321..c124684 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -89,5 +89,5 @@ jobs: - name: Collect coverage env: - COVERALLS_REPO_TOKEN: ${{COVERALLS_TOKEN}} + COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_TOKEN}} run: coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*tests/.*.cpp.*" -E ".*test_main/.*.cpp.*" -E ".*test_main/.*.h.*" -E ".*test_main/.*.cc.*"