Mark scrapy/__main__.py as not intended to have coverage

This commit is contained in:
Adrian Chaves 2026-06-19 16:20:01 +02:00
parent 7b3f88f8ab
commit 4d378c331f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# pragma: no file cover
from scrapy.cmdline import execute
if __name__ == "__main__":