Skip to content

Commit 534d309

Browse files
authored
Attempt to reduce coveralls errors (#960)
1 parent 8c7effc commit 534d309

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ["3.10", "3.11"]
11-
env:
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
COVERALLS_SERVICE_NAME: github
1411
steps:
1512
- uses: actions/checkout@master
1613
- uses: actions/setup-python@v5
@@ -38,6 +35,13 @@ jobs:
3835
--deselect="tests/doctests/wms_geoserver_mass_gis.txt::wms_geoserver_mass_gis.txt"
3936
- name: run coveralls ⚙️
4037
run: coveralls
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
COVERALLS_PARALLEL: true
41+
COVERALLS_FLAG_NAME: "${{ matrix.python-version }}"
42+
COVERALLS_SERVICE_NAME: github
43+
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
44+
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
4145
- name: build docs 🏗️
4246
run: cd docs && make html
4347
- name: run flake8 ⚙️

0 commit comments

Comments
 (0)