File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
python-version : ["3.10", "3.11"]
11
- env :
12
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
- COVERALLS_SERVICE_NAME : github
14
11
steps :
15
12
- uses : actions/checkout@master
16
13
- uses : actions/setup-python@v5
38
35
--deselect="tests/doctests/wms_geoserver_mass_gis.txt::wms_geoserver_mass_gis.txt"
39
36
- name : run coveralls ⚙️
40
37
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 }}"
41
45
- name : build docs 🏗️
42
46
run : cd docs && make html
43
47
- name : run flake8 ⚙️
You can’t perform that action at this time.
0 commit comments