Skip to content

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 12, 2024
1 parent 6fbfdd4 commit f8ede7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

env:
BUILD_TYPE: Debug
TOKEN: ${{secrets.COVERITY_TOKEN}}
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}

jobs:
Windows:
Expand Down Expand Up @@ -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/.*"

0 comments on commit f8ede7f

Please sign in to comment.