Skip to content

Commit

Permalink
Remove coveralls from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Jun 10, 2024
1 parent 8834479 commit 6a7edb8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,14 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -y libproj-dev libgeos-dev gdal-bin libgdal-dev
python -m pip install --upgrade pip
pip install -U flake8 coveralls psycopg2-binary argparse
pip install -U flake8 psycopg2-binary argparse
pip install -U Django~=${{ matrix.django_version }}.0
- name: Lint with flake8
run: |
flake8 --ignore=E501,W504 leaflet
- name: Test
run: |
python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m coverage run ./quicktest.py leaflet --db=${{ matrix.database }}
- name: Coverage
if: ${{ success() }}
run: |
coveralls --service=github
python -W error::DeprecationWarning -W error::PendingDeprecationWarning quicktest.py leaflet --db=${{ matrix.database }}
tests_node:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a7edb8

Please sign in to comment.