Go to file
Matej Cepl 3f641ff159 - Add traced_file_absolute.patch to fix gh#nedbat/coveragepy#1161.
- Switch off test_debug_trace started to avoid failure
  (gh#nedbat/coveragepy#1161).

- Update to 5.5:
  - coverage combine has a new option, --keep to keep the original data
    files after combining them. The default is still to delete the files
    after they have been combined. This was requested in issue 1108 and
    implemented in pull request 1110. Thanks, Éric Larivière.
  - When reporting missing branches in coverage report, branches aren’t
    reported that jump to missing lines. This adds to the long-standing
    behavior of not reporting branches from missing lines. Now branches
    are only reported if both the source and destination lines are
    executed. Closes both issue 1065 and issue 955.
  - Minor improvements to the HTML report:
    - The state of the line visibility selector buttons is saved in
      local storage so you don’t have to fiddle with them so often,
      fixing issue 1123.
    - It has a little more room for line numbers so that 4-digit numbers
      work well, fixing issue 1124.
  - Improved the error message when combining line and branch data, so
    that users will be more likely to understand what’s happening,
    closing issue 803.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=92
2021-05-09 22:28:09 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=1 2009-06-03 15:17:25 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=1 2009-06-03 15:17:25 +00:00
coverage-5.5.tar.gz - Add traced_file_absolute.patch to fix gh#nedbat/coveragepy#1161. 2021-05-09 22:28:09 +00:00
python-coverage.changes - Add traced_file_absolute.patch to fix gh#nedbat/coveragepy#1161. 2021-05-09 22:28:09 +00:00
python-coverage.spec - Add traced_file_absolute.patch to fix gh#nedbat/coveragepy#1161. 2021-05-09 22:28:09 +00:00
traced_file_absolute.patch - Add traced_file_absolute.patch to fix gh#nedbat/coveragepy#1161. 2021-05-09 22:28:09 +00:00