File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
python-version : " ${{ matrix.python-version }}"
28
28
29
+ - name : " Get pip cache dir"
30
+ id : pip-cache
31
+ run : |
32
+ echo "::set-output name=dir::$(pip cache dir)"
33
+
34
+ - name : " Cache"
35
+ uses : actions/cache@v3
36
+ with :
37
+ path : ${{ steps.pip-cache.outputs.dir }}
38
+ key :
39
+ ${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/tox.ini') }}
40
+ restore-keys : |
41
+ ${{ matrix.python-version }}-v1-
42
+
29
43
- name : " Install dependencies"
30
44
run : |
31
45
set -xe
41
55
if : " contains(env.USING_COVERAGE, matrix.python-version)"
42
56
uses : " codecov/codecov-action@v3"
43
57
with :
58
+ name : Python ${{ matrix.python-version }}
44
59
token : ${{ secrets.CODECOV_TOKEN }}
45
60
file : ./coverage.xml
46
61
files : ./coverage1.xml,./coverage2.xml
47
- name : codecov-umbrella
48
62
fail_ci_if_error : true
Original file line number Diff line number Diff line change 1
1
![ Build Status] ( https://github.com/101loop/drf-user/workflows/CI/badge.svg )
2
+ [ ![ codecov] ( https://codecov.io/gh/101Loop/drf-user/branch/master/graph/badge.svg )] ( https://codecov.io/gh/101Loop/drf-user )
2
3
[ ![ Downloads] ( https://static.pepy.tech/personalized-badge/drf-user?period=total&units=international_system&left_color=black&right_color=blue&left_text=Total%20Downloads )] ( https://pepy.tech/project/drf-user )
3
4
[ ![ Downloads] ( https://static.pepy.tech/personalized-badge/drf-user?period=month&units=international_system&left_color=black&right_color=blue&left_text=Downloads/Month )] ( https://pepy.tech/project/drf-user )
4
5
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
Original file line number Diff line number Diff line change 1
- Django >= 1.11
1
+ Django >= 3.2
2
2
django-filter == 21.1
3
- djangorestframework >= 3.8.0
4
- djangorestframework-simplejwt >= 4.4 .0
3
+ djangorestframework >= 3.12
4
+ djangorestframework-simplejwt >= 5.0 .0
5
5
drfaddons >= 0.1.0
6
- Pillow >= 7.2 .0
6
+ Pillow >= 8.0 .0
You can’t perform that action at this time.
0 commit comments