Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
vvromanov committed Dec 3, 2024
1 parent 05ca299 commit ca6f49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"

0 comments on commit ca6f49e

Please sign in to comment.