Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#25) Add a Django sample app #68

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open

Conversation

imranariffin
Copy link
Owner

  • Create sample celery task usage
  • Include compare celery vs aiotaskq sample code in tests
  • Add ref to sample code in README, add sample code README
  • Include populate_db step in the tests

* Create sample celery task usage
* Include compare celery vs aiotaskq sample code in tests
* Add ref to sample code in README, add sample code README
* Include populate_db step in the tests

Signed-off-by: Imran Ariffin <[email protected]>
@imranariffin imranariffin force-pushed the 25/add-django-sample-app branch from f28dd03 to 1b90962 Compare October 27, 2024 20:15
@codecov-commenter
Copy link

codecov-commenter commented Dec 31, 2024

Codecov Report

Attention: Patch coverage is 93.87097% with 19 lines in your changes missing coverage. Please review.

Project coverage is 98.22%. Comparing base (f02f6ce) to head (e6805e2).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/aiotaskq/utils.py 70.58% 5 Missing ⚠️
...s/apps/sample_app_django/sample_app_django/asgi.py 0.00% 4 Missing ⚠️
...s/apps/sample_app_django/sample_app_django/wsgi.py 0.00% 4 Missing ⚠️
..._app_django/api/management/commands/populate_db.py 95.16% 3 Missing ⚠️
src/tests/apps/sample_app_django/manage.py 83.33% 2 Missing ⚠️
src/aiotaskq/app.py 95.23% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
- Coverage   99.21%   98.22%   -0.99%     
==========================================
  Files          18       38      +20     
  Lines         635     1298     +663     
==========================================
+ Hits          630     1275     +645     
- Misses          5       23      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants