Skip to content

Commit b9613f7

Browse files
committed
clean comment
1 parent ba46124 commit b9613f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ jobs:
169169
echo "Combining coverage files..."
170170
ls -aR .coverage*
171171
coverage combine .coverage*
172-
# add -i to ignore code in ephemeral python files created in temporary
173-
# directories during tests; this will result in warnings in the report
174172
echo "Creating coverage report..."
175173
coverage report
176174
coverage xml

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ known-first-party = ["typing_extensions", "_typed_dict_test_helper"]
118118
[tool.coverage.report]
119119
show_missing = true
120120
# Omit files that are created in temporary directories during tests.
121+
# If not explicitly omitted they will result in warnings in the report.
121122
omit = ["inspect*", "ann*"]
122123
ignore_errors = true

0 commit comments

Comments
 (0)