Skip to content

Commit

Permalink
ci: Fix coveralls (#12926)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnain2808 authored and surajshetty3416 committed Apr 27, 2021
1 parent 470232c commit 3631dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
cd ${GITHUB_WORKSPACE}
pip install coveralls==3.0.1
pip install coverage==5.5
coveralls --service=github
coveralls --service=github-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

0 comments on commit 3631dfd

Please sign in to comment.