File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,10 @@ jobs:
36
36
run : |
37
37
coverage debug sys
38
38
coverage debug config
39
+ - name : Install Dependencies
40
+ run : |
41
+ python -m pip install --upgrade pip
42
+ pip install -r requirements.txt
39
43
- name : Run Tests
40
44
run : |
41
- coverage run --source=appointment manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
42
- coverage report --omit=*/tests/*,*/test_*.py,manage.py
43
- coverage xml
44
- - name : Upload to Codecov
45
- uses : codecov/codecov-action@v4
46
- with :
47
- token : ${{ secrets.CODECOV_TOKEN }}
48
- file : ./coverage.xml # specify the location of the coverage report
49
- flags : unittests # optional
50
- name : codecov-umbrella # optional
45
+ python manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
Original file line number Diff line number Diff line change 6
6
[ ![ Current Release Version] ( https://img.shields.io/github/release/adamspd/django-appointment.svg?style=flat-square&logo=github )] ( https://github.com/adamspd/django-appointment/releases )
7
7
[ ![ pypi Version] ( https://img.shields.io/pypi/v/django-appointment.svg?style=flat-square&logo=pypi&logoColor=white )] ( https://pypi.org/project/django-appointment/ )
8
8
[ ![ PyPi downloads] ( https://static.pepy.tech/personalized-badge/django-appointment?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads )] ( https://pypi.org/project/django-appointment/ )
9
- [ ![ codecov] ( https://codecov.io/gh/adamspd/django-appointment/branch/main/graph/badge.svg?token=ZQZQZQZQZQ )] ( https://codecov.io/gh/adamspd/django-appointment )
10
9
[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
11
10
[ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/adamspd/django-appointment )] ( https://github.com/adamspd/django-appointment/commits/main )
12
11
[ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/adamspd/django-appointment )] ( https://github.com/adamspd/django-appointment/commit/main )
You can’t perform that action at this time.
0 commit comments