Skip to content

Commit

Permalink
Finish parallel coveralls properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nolar committed Nov 19, 2020
1 parent d27d903 commit 3f238db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -170,7 +170,7 @@ jobs:
needs: [unit-tests, functional]
runs-on: ubuntu-20.04
steps:
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
- run: pip install coveralls
- run: coveralls --finish
env:
GITHUB_TOKEN: ${{ secrets.github_token }}

0 comments on commit 3f238db

Please sign in to comment.