File tree 2 files changed +12
-3
lines changed 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,22 @@ Unreleased
26
26
(see `issue 1310 `_). Now the signal handler is only used if you opt-in by
27
27
setting ``[run] sigterm = true ``.
28
28
29
- - Added more keyboard shortcuts in the HTML report: ``[ `` and ``] `` for next
30
- file and previous file; ``u `` for up to the index; and ``? `` to open/close
31
- the help panel. Thanks, `J. M. F. Tsang <pull 1364 _>`_.
29
+ - Small changes to the HTML report:
30
+
31
+ - Added links to next and previous file, and more keyboard shortcuts: ``[ ``
32
+ and ``] `` for next file and previous file; ``u `` for up to the index; and
33
+ ``? `` to open/close the help panel. Thanks, `J. M. F. Tsang
34
+ <pull 1364_> `_.
35
+
36
+ - The timestamp and version are displayed at the top of the report. Thanks,
37
+ `Ammar Askar <pull 1354 _>`_. Closes `issue 1351 `_.
32
38
33
39
- On Python 3.11, the ``[toml] `` extra no longer installs tomli, instead using
34
40
tomllib from the standard library. Thanks `Shantanu <pull 1359 _>`_.
35
41
36
42
.. _issue 1310 : https://github.com/nedbat/coveragepy/issues/1310
43
+ .. _issue 1351 : https://github.com/nedbat/coveragepy/issues/1351
44
+ .. _pull 1354 : https://github.com/nedbat/coveragepy/pull/1354
37
45
.. _pull 1359 : https://github.com/nedbat/coveragepy/pull/1359
38
46
.. _pull 1364 : https://github.com/nedbat/coveragepy/pull/1364
39
47
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Alex Groce
14
14
Alex Sandro
15
15
Alexander Todorov
16
16
Alexander Walters
17
+ Ammar Askar
17
18
Andrew Hoos
18
19
Anthony Sottile
19
20
Arcadiy Ivanov
You can’t perform that action at this time.
0 commit comments