Skip to content

Commit

Permalink
Merge pull request #4 from skar404/test_coverallsapp
Browse files Browse the repository at this point in the history
Add Coveralls
  • Loading branch information
skar404 authored Sep 14, 2022
2 parents 4ea0d91 + 7d33688 commit c2cec65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c2cec65

Please sign in to comment.