File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 12
12
python-version : ["3.6", "3.7", "3.8", "3.9"]
13
13
django : ["2.2", "3.0", "3.1"]
14
14
django-rest-framework : ["3.12", "master"]
15
+ env :
16
+ PYTHON : ${{ matrix.python-version }}
17
+ DJANGO : ${{ matrix.django }}
18
+ DJANGO_REST_FRAMEWORK : ${{ matrix.django-rest-framework }}
15
19
steps :
16
20
- uses : actions/checkout@v2
17
21
- name : Set up Python ${{ matrix.python-version }}
24
28
pip install tox tox-gh-actions
25
29
- name : Test with tox
26
30
run : tox
27
- env :
28
- DJANGO : ${{ matrix.django }}
29
- DJANGO_REST_FRAMEWORK : ${{ matrix.django-rest-framework }}
31
+ - name : Upload coverage report
32
+ uses : codecov/codecov-action@v1
33
+ with :
34
+ env_vars : PYTHON,DJANGO,DJANGO_REST_FRAMEWORK
30
35
check :
31
36
name : Run check
32
37
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments