Skip to content

Commit

Permalink
CI: switch from the unmaintained python-coveralls to coveralls-python
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Apr 1, 2023
1 parent b7b0bd4 commit 325da93
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 114 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
run: |
poetry build
- name: Run Tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
poetry run pytest --cov=xtools
poetry run coveralls
poetry run coveralls --service=github

0 comments on commit 325da93

Please sign in to comment.