Closed
Description
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
- What version of coverage.py are you using? The output of
coverage debug sys
is helpful
5.1 - What commands did you run?
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