Skip to content

Commit

Permalink
Coveralls: define service
Browse files Browse the repository at this point in the history
Seems that new coveralls release failed to autodetect github CI

TheKevJames/coveralls-python#252

Signed-off-by: Martin Bašti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Jan 15, 2021
1 parent f8f40e1 commit 1dfd101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install --upgrade coveralls
/home/runner/.local/bin/coveralls
/home/runner/.local/bin/coveralls --service=github
coveralls-finish:
name: Finish coveralls-python
Expand All @@ -72,6 +72,6 @@ jobs:
pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install --upgrade coveralls
/home/runner/.local/bin/coveralls --finish
/home/runner/.local/bin/coveralls --finish --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1dfd101

Please sign in to comment.