Chromium does not persist sorting order in HTML report · Issue #986 · nedbat/coveragepy (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@ptoews

Description

@ptoews

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

  1. What version of coverage.py are you using? The output of coverage debug sys is helpful
    5.1
  2. 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