Merge pull request #5820 from alexpdev/coveragerc_disable_warnings

added disable_warnings instruction to .coveragerc
This commit is contained in:
Andrey Rakhmatullin 2023-02-15 03:28:35 +05:00 committed by GitHub
commit c8547b0370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ branch = true
include = scrapy/*
omit =
tests/*
disable_warnings = include-ignored