mirror of https://github.com/scrapy/scrapy.git
Merge pull request #5820 from alexpdev/coveragerc_disable_warnings
added disable_warnings instruction to .coveragerc
This commit is contained in:
commit
c8547b0370
|
|
@ -3,3 +3,4 @@ branch = true
|
|||
include = scrapy/*
|
||||
omit =
|
||||
tests/*
|
||||
disable_warnings = include-ignored
|
||||
|
|
|
|||
Loading…
Reference in New Issue