Skip to content

Commit

Permalink
chore: fix coveralls github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lllAlexanderlll committed Feb 19, 2024
1 parent bc56246 commit f43b81f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
- name: Run tests
run: |
pytest --cov
- name: Upload coverage data to coveralls.io
run: |
python -m pip install coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]


0 comments on commit f43b81f

Please sign in to comment.