jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.32k stars 332 forks source link

Support and Test Against Django 5 #686

Closed albertyw closed 5 months ago

albertyw commented 7 months ago

Depends on #669 Depends on #685 Depends on #687 Depends on #692 Depends on #699

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7bc0f26) 86.75% compared to head (adbf87c) 86.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #686 +/- ## ======================================= Coverage 86.75% 86.76% ======================================= Files 52 52 Lines 2114 2115 +1 ======================================= + Hits 1834 1835 +1 Misses 280 280 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

albertyw commented 6 months ago

Looking at logs, it seems the tests are failing due to ValueError: Another profiling tool is already active which was reported in #682