Skip to content

Commit

Permalink
Remove coveralls from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed May 13, 2024
1 parent 43693f1 commit 72cff23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
tests_python:
name: Test on Python ${{ matrix.python_version }} and Django ${{ matrix.django_version }}
name: Test on Python ${{ matrix.python_version }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -38,8 +38,3 @@ jobs:
python -m pip install --upgrade 'tox>=4.0.0rc3'
- name: Run tox targets for ${{ matrix.python_version }}
run: tox run -f py$(echo ${{ matrix.python_version }} | tr -d .)

- name: Coverage
if: ${{ success() }}
run: |
coveralls --service=github

0 comments on commit 72cff23

Please sign in to comment.