| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 95563 passed | ⏭️ 6239 skipped | Total: 101802 | Pass Rate: 93.87% | Execution Time: 341m 16s 📊 Comparison with Base Branch
➖ Removed Tests (1)View removed tests
All tests are passing successfully. ✅ Patch coverage is 83.33%. Project has 2504 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.90% 89.91% +0.01%
==========================================
Files 193 193 —
Lines 24834 24825 -9
Branches 8912 8912 —
==========================================
+ Hits 22326 22321 -5
- Misses 2508 2504 -4
- Partials 1415 1414 -1Generated by Codecov Action |
Sorry, something went wrong.
There was a problem hiding this comment.
Nice! Small suggestion
Sorry, something went wrong.
…sentry#7024) Re-use the existing shim in `django.asgi`. The shim vendors `asgiref.sync.iscoroutinefunction()`, used in Django to determine if a function is considered to be async or sync. Co-authored-by: Digenis <digenishjkl@gmail.com>
| Back | FazBrowse Home | New Git URL |
Description
Re-use the existing shim in django.asgi that vendors asgiref.sync.iscoroutinefunction().
The views.py and asgi.py files were split to keep Python 2 compatibility in #851.
As we no longer support Python 2, we can unconditionally import asgi.py in views.py.
Issues
Closes #4900
Reminders