Skip to content

Commit

Permalink
Remove coveralls from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Dec 3, 2023
1 parent 979738e commit 6b95545
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 249 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Upload coverage data to coveralls.io
run: |
poetry run coveralls --service=github
pipx install coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 6b95545

Please sign in to comment.