Skip to content

Commit

Permalink
Attempt to reduce coveralls errors
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Nov 9, 2024
1 parent 94fb57c commit a78ef49
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -38,6 +35,13 @@ jobs:
--deselect="tests/doctests/wms_geoserver_mass_gis.txt::wms_geoserver_mass_gis.txt"
- name: run coveralls ⚙️
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: "${{ matrix.python-version }}"
COVERALLS_SERVICE_NAME: github
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
- name: build docs 🏗️
run: cd docs && make html
- name: run flake8 ⚙️
Expand Down

0 comments on commit a78ef49

Please sign in to comment.