Skip to content

Commit ac5bec0

Browse files
committed
Add "..." to the list of coverage excludes.
1 parent 81e7f66 commit ac5bec0

File tree

130 files changed

+130
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+130
-0
lines changed

repo_helper/files/testing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ def coverage_report(self):
485485
"if TYPE_CHECKING:",
486486
"if typing.TYPE_CHECKING:",
487487
"if __name__ == .__main__.:",
488+
"...",
488489
])
489490

490491
def check_wheel_contents(self):

tests/test_files/test_testing_/test_make_tox_matrix.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ exclude_lines =
143143
if TYPE_CHECKING:
144144
if typing.TYPE_CHECKING:
145145
if __name__ == .__main__.:
146+
...
146147
147148
[check-wheel-contents]
148149
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__no_stubs_devmode_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ exclude_lines =
140140
if TYPE_CHECKING:
141141
if typing.TYPE_CHECKING:
142142
if __name__ == .__main__.:
143+
...
143144
144145
[check-wheel-contents]
145146
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__no_stubs_devmode_no_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ exclude_lines =
131131
if TYPE_CHECKING:
132132
if typing.TYPE_CHECKING:
133133
if __name__ == .__main__.:
134+
...
134135
135136
[check-wheel-contents]
136137
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__no_stubs_no_devmode_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ exclude_lines =
139139
if TYPE_CHECKING:
140140
if typing.TYPE_CHECKING:
141141
if __name__ == .__main__.:
142+
...
142143
143144
[check-wheel-contents]
144145
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__no_stubs_no_devmode_no_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ exclude_lines =
130130
if TYPE_CHECKING:
131131
if typing.TYPE_CHECKING:
132132
if __name__ == .__main__.:
133+
...
133134
134135
[check-wheel-contents]
135136
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__stubs_devmode_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ exclude_lines =
142142
if TYPE_CHECKING:
143143
if typing.TYPE_CHECKING:
144144
if __name__ == .__main__.:
145+
...
145146
146147
[check-wheel-contents]
147148
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__stubs_devmode_no_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ exclude_lines =
133133
if TYPE_CHECKING:
134134
if typing.TYPE_CHECKING:
135135
if __name__ == .__main__.:
136+
...
136137
137138
[check-wheel-contents]
138139
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__stubs_no_devmode_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ exclude_lines =
141141
if TYPE_CHECKING:
142142
if typing.TYPE_CHECKING:
143143
if __name__ == .__main__.:
144+
...
144145
145146
[check-wheel-contents]
146147
ignore = W002

tests/test_files/test_testing_/test_make_tox_py_modules0_0_782_mypy_deps0__stubs_no_devmode_no_docs_.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ exclude_lines =
132132
if TYPE_CHECKING:
133133
if typing.TYPE_CHECKING:
134134
if __name__ == .__main__.:
135+
...
135136
136137
[check-wheel-contents]
137138
ignore = W002

0 commit comments

Comments
 (0)