diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index e1d3e9b59..935778411 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -48,6 +48,13 @@

{{ title|escape }}: + +
@@ -109,12 +116,12 @@

{{ title|escape }}:

diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index fdad9d4ec..9a887d320 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -73,6 +73,13 @@

+ +
@@ -108,12 +115,12 @@

diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index cca6f11f6..c7288e963 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -28,13 +28,15 @@ a.nav { text-decoration: none; color: inherit; } a.nav:hover { text-decoration: underline; color: inherit; } -header { background: #f8f8f8; width: 100%; z-index: 2; border-bottom: 1px solid #ccc; } +header { background: #f8f8f8; width: 100%; z-index: 2; border-bottom: 1px solid #ccc; padding: 1rem 1rem; } @media (prefers-color-scheme: dark) { header { background: black; } } @media (prefers-color-scheme: dark) { header { border-color: #333; } } -header .content { padding: 1rem 3.5rem; } +header .content { padding: 0 2.5rem; } + +header nav { margin-top: 1em; } header h2 { margin-top: .5em; font-size: 1em; } @@ -52,13 +54,11 @@ header.sticky ~ #source { padding-top: 6.5em; } main { position: relative; z-index: 1; } -.indexfile footer { margin: 1rem 3.5rem; } - -.pyfile footer { margin: 1rem 1rem; } +footer { margin: 1rem 1rem; } -footer .content { padding: 0; color: #666; font-style: italic; } +nav { padding: 0; color: #666; font-style: italic; } -@media (prefers-color-scheme: dark) { footer .content { color: #aaa; } } +@media (prefers-color-scheme: dark) { nav { color: #aaa; } } #index { margin: 1rem 0 0 3.5rem; } diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss index 75d90c747..1aabc1227 100644 --- a/coverage/htmlfiles/style.scss +++ b/coverage/htmlfiles/style.scss @@ -164,9 +164,14 @@ header { z-index: 2; border-bottom: 1px solid $light-gray3; @include border-color-dark($dark-gray2); + padding: 1rem 1rem; .content { - padding: 1rem $left-gutter; + padding: 0 ($left-gutter - 1rem); + } + + nav { + margin-top: 1em; } h2 { @@ -208,15 +213,11 @@ main { z-index: 1; } -.indexfile footer { - margin: 1rem $left-gutter; -} - -.pyfile footer { +footer { margin: 1rem 1rem; } -footer .content { +nav { padding: 0; color: $light-gray5; @include color-dark($dark-gray5); diff --git a/tests/gold/html/a/a_py.html b/tests/gold/html/a/a_py.html index 14960385a..eb0de53ed 100644 --- a/tests/gold/html/a/a_py.html +++ b/tests/gold/html/a/a_py.html @@ -55,6 +55,12 @@

+

1if 1 < 2: 

@@ -64,12 +70,12 @@

5 a = 4 

diff --git a/tests/gold/html/a/index.html b/tests/gold/html/a/index.html index cb7533d21..71431a9f6 100644 --- a/tests/gold/html/a/index.html +++ b/tests/gold/html/a/index.html @@ -35,6 +35,12 @@

Coverage report: +
@@ -71,12 +77,12 @@

Coverage report:

diff --git a/tests/gold/html/b_branch/b_py.html b/tests/gold/html/b_branch/b_py.html index 34508cb8a..c29366a72 100644 --- a/tests/gold/html/b_branch/b_py.html +++ b/tests/gold/html/b_branch/b_py.html @@ -57,6 +57,12 @@

+

1def one(x): 

@@ -88,12 +94,12 @@

27three() 

diff --git a/tests/gold/html/b_branch/index.html b/tests/gold/html/b_branch/index.html index 6b1a2b415..b75761690 100644 --- a/tests/gold/html/b_branch/index.html +++ b/tests/gold/html/b_branch/index.html @@ -37,6 +37,12 @@

Coverage report: +

@@ -79,12 +85,12 @@

Coverage report:

diff --git a/tests/gold/html/bom/bom_py.html b/tests/gold/html/bom/bom_py.html index 0b92d92f1..639d63a07 100644 --- a/tests/gold/html/bom/bom_py.html +++ b/tests/gold/html/bom/bom_py.html @@ -55,6 +55,12 @@

+

1# A Python source file in utf-8, with BOM. 

@@ -70,12 +76,12 @@

11 assert len(math.decode('utf-8')) == 18 

diff --git a/tests/gold/html/bom/index.html b/tests/gold/html/bom/index.html index 3814fa422..4daf91fc1 100644 --- a/tests/gold/html/bom/index.html +++ b/tests/gold/html/bom/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -71,12 +77,12 @@

Coverage report:

diff --git a/tests/gold/html/isolatin1/index.html b/tests/gold/html/isolatin1/index.html index b2027c085..ad7cc19b5 100644 --- a/tests/gold/html/isolatin1/index.html +++ b/tests/gold/html/isolatin1/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -71,12 +77,12 @@

Coverage report:

diff --git a/tests/gold/html/isolatin1/isolatin1_py.html b/tests/gold/html/isolatin1/isolatin1_py.html index cdd4770af..74c84aa20 100644 --- a/tests/gold/html/isolatin1/isolatin1_py.html +++ b/tests/gold/html/isolatin1/isolatin1_py.html @@ -55,6 +55,12 @@

+

1# -*- coding: iso8859-1 -*- 

@@ -64,12 +70,12 @@

5assert len(math) == 18 

diff --git a/tests/gold/html/omit_1/index.html b/tests/gold/html/omit_1/index.html index 5a1b04124..48d1bb048 100644 --- a/tests/gold/html/omit_1/index.html +++ b/tests/gold/html/omit_1/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -92,12 +98,12 @@

Coverage report:

diff --git a/tests/gold/html/omit_1/m1_py.html b/tests/gold/html/omit_1/m1_py.html index 761819180..80da00486 100644 --- a/tests/gold/html/omit_1/m1_py.html +++ b/tests/gold/html/omit_1/m1_py.html @@ -55,18 +55,24 @@

+

1m1a = 1 

2m1b = 2 

diff --git a/tests/gold/html/omit_1/m2_py.html b/tests/gold/html/omit_1/m2_py.html index 3f5971848..9280454d4 100644 --- a/tests/gold/html/omit_1/m2_py.html +++ b/tests/gold/html/omit_1/m2_py.html @@ -55,18 +55,24 @@

+

1m2a = 1 

2m2b = 2 

diff --git a/tests/gold/html/omit_1/m3_py.html b/tests/gold/html/omit_1/m3_py.html index 9cf26e2e0..35fbce1d4 100644 --- a/tests/gold/html/omit_1/m3_py.html +++ b/tests/gold/html/omit_1/m3_py.html @@ -55,18 +55,24 @@

+

1m3a = 1 

2m3b = 2 

diff --git a/tests/gold/html/omit_1/main_py.html b/tests/gold/html/omit_1/main_py.html index c51dc5ced..1c73e0ed7 100644 --- a/tests/gold/html/omit_1/main_py.html +++ b/tests/gold/html/omit_1/main_py.html @@ -55,6 +55,12 @@

+

1import m1 

@@ -69,12 +75,12 @@

10assert m3.m3a == 1 

diff --git a/tests/gold/html/omit_2/index.html b/tests/gold/html/omit_2/index.html index 4edc4753d..3c1984706 100644 --- a/tests/gold/html/omit_2/index.html +++ b/tests/gold/html/omit_2/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -85,12 +91,12 @@

Coverage report:

diff --git a/tests/gold/html/omit_2/m2_py.html b/tests/gold/html/omit_2/m2_py.html index 3f5971848..9280454d4 100644 --- a/tests/gold/html/omit_2/m2_py.html +++ b/tests/gold/html/omit_2/m2_py.html @@ -55,18 +55,24 @@

+

1m2a = 1 

2m2b = 2 

diff --git a/tests/gold/html/omit_2/m3_py.html b/tests/gold/html/omit_2/m3_py.html index 9cf26e2e0..35fbce1d4 100644 --- a/tests/gold/html/omit_2/m3_py.html +++ b/tests/gold/html/omit_2/m3_py.html @@ -55,18 +55,24 @@

+

1m3a = 1 

2m3b = 2 

diff --git a/tests/gold/html/omit_2/main_py.html b/tests/gold/html/omit_2/main_py.html index c51dc5ced..1c73e0ed7 100644 --- a/tests/gold/html/omit_2/main_py.html +++ b/tests/gold/html/omit_2/main_py.html @@ -55,6 +55,12 @@

+

1import m1 

@@ -69,12 +75,12 @@

10assert m3.m3a == 1 

diff --git a/tests/gold/html/omit_3/index.html b/tests/gold/html/omit_3/index.html index 5c720c737..3d67efd2b 100644 --- a/tests/gold/html/omit_3/index.html +++ b/tests/gold/html/omit_3/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -78,12 +84,12 @@

Coverage report:

diff --git a/tests/gold/html/omit_3/m3_py.html b/tests/gold/html/omit_3/m3_py.html index 9cf26e2e0..35fbce1d4 100644 --- a/tests/gold/html/omit_3/m3_py.html +++ b/tests/gold/html/omit_3/m3_py.html @@ -55,18 +55,24 @@

+

1m3a = 1 

2m3b = 2 

diff --git a/tests/gold/html/omit_3/main_py.html b/tests/gold/html/omit_3/main_py.html index c51dc5ced..1c73e0ed7 100644 --- a/tests/gold/html/omit_3/main_py.html +++ b/tests/gold/html/omit_3/main_py.html @@ -55,6 +55,12 @@

+

1import m1 

@@ -69,12 +75,12 @@

10assert m3.m3a == 1 

diff --git a/tests/gold/html/omit_4/index.html b/tests/gold/html/omit_4/index.html index 5497b331e..b4698b34d 100644 --- a/tests/gold/html/omit_4/index.html +++ b/tests/gold/html/omit_4/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -85,12 +91,12 @@

Coverage report:

diff --git a/tests/gold/html/omit_4/m1_py.html b/tests/gold/html/omit_4/m1_py.html index 761819180..80da00486 100644 --- a/tests/gold/html/omit_4/m1_py.html +++ b/tests/gold/html/omit_4/m1_py.html @@ -55,18 +55,24 @@

+

1m1a = 1 

2m1b = 2 

diff --git a/tests/gold/html/omit_4/m3_py.html b/tests/gold/html/omit_4/m3_py.html index 9cf26e2e0..35fbce1d4 100644 --- a/tests/gold/html/omit_4/m3_py.html +++ b/tests/gold/html/omit_4/m3_py.html @@ -55,18 +55,24 @@

+

1m3a = 1 

2m3b = 2 

diff --git a/tests/gold/html/omit_4/main_py.html b/tests/gold/html/omit_4/main_py.html index c51dc5ced..1c73e0ed7 100644 --- a/tests/gold/html/omit_4/main_py.html +++ b/tests/gold/html/omit_4/main_py.html @@ -55,6 +55,12 @@

+

1import m1 

@@ -69,12 +75,12 @@

10assert m3.m3a == 1 

diff --git a/tests/gold/html/omit_5/index.html b/tests/gold/html/omit_5/index.html index 251e54981..b1739cd1f 100644 --- a/tests/gold/html/omit_5/index.html +++ b/tests/gold/html/omit_5/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -78,12 +84,12 @@

Coverage report:

diff --git a/tests/gold/html/omit_5/m1_py.html b/tests/gold/html/omit_5/m1_py.html index 761819180..80da00486 100644 --- a/tests/gold/html/omit_5/m1_py.html +++ b/tests/gold/html/omit_5/m1_py.html @@ -55,18 +55,24 @@

+

1m1a = 1 

2m1b = 2 

diff --git a/tests/gold/html/omit_5/main_py.html b/tests/gold/html/omit_5/main_py.html index c51dc5ced..1c73e0ed7 100644 --- a/tests/gold/html/omit_5/main_py.html +++ b/tests/gold/html/omit_5/main_py.html @@ -55,6 +55,12 @@

+

1import m1 

@@ -69,12 +75,12 @@

10assert m3.m3a == 1 

diff --git a/tests/gold/html/other/blah_blah_other_py.html b/tests/gold/html/other/blah_blah_other_py.html index 4da153cdd..1fe743ee0 100644 --- a/tests/gold/html/other/blah_blah_other_py.html +++ b/tests/gold/html/other/blah_blah_other_py.html @@ -3,7 +3,7 @@ - Coverage for /private/var/folders/10/4sn2sk3j2mg5m116f08_367m0000gq/T/pytest-of-nedbatchelder/pytest-1363/popen-gw2/t48/othersrc/other.py: 100% + Coverage for TEST_TMPDIR/othersrc/other.py: 100% @@ -12,7 +12,7 @@

- Coverage for /private/var/folders/10/4sn2sk3j2mg5m116f08_367m0000gq/T/pytest-of-nedbatchelder/pytest-1363/popen-gw2/t48/othersrc/other.py: + Coverage for TEST_TMPDIR/othersrc/other.py: 100%

@@ -55,6 +55,12 @@

+

1# A file in another directory. We're checking that it ends up in the 

@@ -63,12 +69,12 @@

4print("This is the other src!") 

diff --git a/tests/gold/html/other/here_py.html b/tests/gold/html/other/here_py.html index 36dbd4cf8..0e60db386 100644 --- a/tests/gold/html/other/here_py.html +++ b/tests/gold/html/other/here_py.html @@ -55,6 +55,12 @@

+

1import other 

@@ -65,12 +71,12 @@

6 h = 4 

diff --git a/tests/gold/html/other/index.html b/tests/gold/html/other/index.html index 11a546970..673528d38 100644 --- a/tests/gold/html/other/index.html +++ b/tests/gold/html/other/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -49,7 +55,7 @@

Coverage report:

- + @@ -78,12 +84,12 @@

Coverage report:

diff --git a/tests/gold/html/partial/index.html b/tests/gold/html/partial/index.html index 91cb580ab..3d35de27a 100644 --- a/tests/gold/html/partial/index.html +++ b/tests/gold/html/partial/index.html @@ -37,6 +37,12 @@

Coverage report: +

/private/var/folders/10/4sn2sk3j2mg5m116f08_367m0000gq/T/pytest-of-nedbatchelder/pytest-964/popen-gw6/t104/othersrc/other.pyTEST_TMPDIR/othersrc/other.py 1 0 0
@@ -79,12 +85,12 @@

Coverage report:

diff --git a/tests/gold/html/partial/partial_py.html b/tests/gold/html/partial/partial_py.html index fd53f940f..9d4ce5bd4 100644 --- a/tests/gold/html/partial/partial_py.html +++ b/tests/gold/html/partial/partial_py.html @@ -57,6 +57,12 @@

+

1# partial branches and excluded lines 

@@ -78,12 +84,12 @@

17 raise ZeroDivisionError("17") 

diff --git a/tests/gold/html/styled/a_py.html b/tests/gold/html/styled/a_py.html index 4e54370b9..3ca5b15c0 100644 --- a/tests/gold/html/styled/a_py.html +++ b/tests/gold/html/styled/a_py.html @@ -56,6 +56,12 @@

+

1if 1 < 2: 

@@ -65,12 +71,12 @@

5 a = 4 

diff --git a/tests/gold/html/styled/index.html b/tests/gold/html/styled/index.html index 45b28367d..b0331a9d4 100644 --- a/tests/gold/html/styled/index.html +++ b/tests/gold/html/styled/index.html @@ -36,6 +36,12 @@

Coverage report: +

@@ -72,12 +78,12 @@

Coverage report:

diff --git a/tests/gold/html/styled/style.css b/tests/gold/html/styled/style.css index cca6f11f6..c7288e963 100644 --- a/tests/gold/html/styled/style.css +++ b/tests/gold/html/styled/style.css @@ -28,13 +28,15 @@ a.nav { text-decoration: none; color: inherit; } a.nav:hover { text-decoration: underline; color: inherit; } -header { background: #f8f8f8; width: 100%; z-index: 2; border-bottom: 1px solid #ccc; } +header { background: #f8f8f8; width: 100%; z-index: 2; border-bottom: 1px solid #ccc; padding: 1rem 1rem; } @media (prefers-color-scheme: dark) { header { background: black; } } @media (prefers-color-scheme: dark) { header { border-color: #333; } } -header .content { padding: 1rem 3.5rem; } +header .content { padding: 0 2.5rem; } + +header nav { margin-top: 1em; } header h2 { margin-top: .5em; font-size: 1em; } @@ -52,13 +54,11 @@ header.sticky ~ #source { padding-top: 6.5em; } main { position: relative; z-index: 1; } -.indexfile footer { margin: 1rem 3.5rem; } - -.pyfile footer { margin: 1rem 1rem; } +footer { margin: 1rem 1rem; } -footer .content { padding: 0; color: #666; font-style: italic; } +nav { padding: 0; color: #666; font-style: italic; } -@media (prefers-color-scheme: dark) { footer .content { color: #aaa; } } +@media (prefers-color-scheme: dark) { nav { color: #aaa; } } #index { margin: 1rem 0 0 3.5rem; } diff --git a/tests/gold/html/unicode/index.html b/tests/gold/html/unicode/index.html index 722099c38..d92ce6748 100644 --- a/tests/gold/html/unicode/index.html +++ b/tests/gold/html/unicode/index.html @@ -35,6 +35,12 @@

Coverage report: +

@@ -71,12 +77,12 @@

Coverage report:

diff --git a/tests/gold/html/unicode/unicode_py.html b/tests/gold/html/unicode/unicode_py.html index 79bebcc90..2df63a91d 100644 --- a/tests/gold/html/unicode/unicode_py.html +++ b/tests/gold/html/unicode/unicode_py.html @@ -55,6 +55,12 @@

+

1# -*- coding: utf-8 -*- 

@@ -64,12 +70,12 @@

5surrogate = "db40,dd00: x󠄀"