Skip to content

Commit

Permalink
ci: coveralls support in python-package
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Jun 15, 2022
1 parent c046698 commit f5a6c13
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/python-package.yml
Expand Up @@ -45,16 +45,7 @@ jobs:
python -m pytest --cov
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true
flag-name: Unit Test

coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Python
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls --service=github

0 comments on commit f5a6c13

Please sign in to comment.