Skip to content

Commit f24aa58

Browse files
committed
Removed codecov until a solution is found for the fake data it's showing
1 parent 9b455fa commit f24aa58

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,10 @@ jobs:
3636
run: |
3737
coverage debug sys
3838
coverage debug config
39+
- name: Install Dependencies
40+
run: |
41+
python -m pip install --upgrade pip
42+
pip install -r requirements.txt
3943
- name: Run Tests
4044
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![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)
77
[![pypi Version](https://img.shields.io/pypi/v/django-appointment.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/django-appointment/)
88
[![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)
109
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1110
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/adamspd/django-appointment)](https://github.com/adamspd/django-appointment/commits/main)
1211
[![GitHub last commit](https://img.shields.io/github/last-commit/adamspd/django-appointment)](https://github.com/adamspd/django-appointment/commit/main)

0 commit comments

Comments
 (0)