File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ name: Build Test Coverage
2
2
on : [push, pull_request]
3
3
jobs :
4
4
run :
5
- runs-on : ubuntu-latest
5
+ runs-on : ubuntu-20.04
6
6
env :
7
- OS : ubuntu-latest
8
- PYTHON : ' 3.6.8 '
7
+ OS : ubuntu-20.04
8
+ PYTHON : ' 3.8.10 '
9
9
DISPLAY : :0
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2.3.4
12
+ uses : actions/checkout@v3
13
13
- name : Setup Python
14
- uses : actions/setup-python@v2.2.2
14
+ uses : actions/setup-python@v4
15
15
with :
16
- python-version : 3.6.8
16
+ python-version : 3.8.10
17
17
- name : Generate Report
18
18
run : |
19
19
pip install -r requirements.txt
20
20
sudo apt-get install xvfb
21
21
xvfb-run --auto-servernum coverage run --source=chip8 -m unittest
22
22
- name : Codecov
23
- uses : codecov/codecov-action@v1.5.2
23
+ uses : codecov/codecov-action@v3.1.0
You can’t perform that action at this time.
0 commit comments