-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Chromium does not persist sorting order in HTML report #986
Comments
The sorting is persisted in Chrome. Do you know what the difference is here between Chrome and Chromium? |
No idea, but it might be something else. |
I can't be certain, but I think this is fixed with #1066. Let me know if the problem persists. |
This is now released as part of coverage 5.3.1. |
Describe the bug
When sorting the coverage report by a column in Chromium, clicking on a module report and then going back results in the table being sorted by the default order (name) again.
To Reproduce
coverage debug sys
is helpful5.1
coverage html -d tests/htmlcov
Chromium Version: 81.0.4044.122
Expected behavior
Sorting order is persisted after navigation
Additional context
Does work in Firefox. Maybe related to #611
The text was updated successfully, but these errors were encountered: