This commit is contained in:
2025-08-05 09:19:34 +08:00
commit 584548d006
1696 changed files with 53855 additions and 0 deletions
@@ -0,0 +1,25 @@
[paths]
source =
src
[run]
omit = setup.py
branch = true
source =
scrapy_redis
tests
parallel = true
[report]
show_missing = true
precision = 2
omit = */__init__.py
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.: