Skip to content

Commit

Permalink
Fix - github actions (Applied COVERALLS_REPO_TOKEN)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysan committed Feb 1, 2023
1 parent c6155d8 commit 89c63d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
make gcov
- name: upload to coveralls
working-directory: ./main
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls -n --include threadmgr --include threadmgrpp

0 comments on commit 89c63d2

Please sign in to comment.