File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
release :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ${{ vars.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 35
35
version : ' 3.12'
36
36
tox-env : py312,safety
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
- uses : actions/setup-python@v5
40
40
with :
41
41
python-version : ${{ matrix.version }}
90
90
- version : ' 3.10'
91
91
tox-env : pypy310
92
92
steps :
93
- - uses : actions/checkout@v3
93
+ - uses : actions/checkout@v4
94
94
- uses : actions/setup-python@v5
95
95
with :
96
96
python-version : pypy${{ matrix.version }}
@@ -120,7 +120,7 @@ jobs:
120
120
run : |
121
121
tox run -- -n 2
122
122
mkdir coverage
123
- mv .coverage.* "coverage/.coverage.py ${{ matrix.version }}"
123
+ mv .coverage.* "coverage/.coverage.pypy ${{ matrix.version }}"
124
124
- name : Archive code coverage results
125
125
uses : actions/upload-artifact@v4
126
126
with :
@@ -147,7 +147,7 @@ jobs:
147
147
version : ['3.8']
148
148
tox-env : ['py38']
149
149
steps :
150
- - uses : actions/checkout@v3
150
+ - uses : actions/checkout@v4
151
151
- uses : actions/setup-python@v5
152
152
with :
153
153
python-version : ${{ matrix.version }}
@@ -189,7 +189,7 @@ jobs:
189
189
- run-tests
190
190
- run-pypy-tests
191
191
steps :
192
- - uses : actions/checkout@v3
192
+ - uses : actions/checkout@v4
193
193
- uses : actions/setup-python@v5
194
194
with :
195
195
python-version : ${{ vars.PYTHON_VERSION }}
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ omit = [
110
110
[tool .coverage .paths ]
111
111
source = [
112
112
" src/basilisp" ,
113
- " .tox/*/lib/python */site-packages/basilisp" ,
113
+ " .tox/*/lib/py */site-packages/basilisp" ,
114
114
" .tox/pypy*/site-packages/basilisp" ,
115
115
]
116
116
You can’t perform that action at this time.
0 commit comments