From 72cff23b8ad163a9ae621fbde913f638f0575d47 Mon Sep 17 00:00:00 2001 From: Gagaro Date: Mon, 13 May 2024 12:17:46 +0200 Subject: [PATCH] Remove coveralls from CI --- .github/workflows/python-app.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 549329b..100ae21 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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: @@ -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