jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/511386 )
Change subject: [tests] remove botirc.py from coverage ......................................................................
[tests] remove botirc.py from coverage
botirc.py is deprecated and there are no tests to verify the code. Remove this file from codecov.
Change-Id: Icda56658551f763556e7a63124bfcfabdce13891 --- M .codecov.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/.codecov.yml b/.codecov.yml index b454e15..a3af5ff 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -16,6 +16,7 @@ ignore: - pywikibot/compat - pywikibot/backports.py + - pywikibot/botirc.py - pywikibot/data/mysql.py - pywikibot/families/__init__.py - scripts/archive
pywikibot-commits@lists.wikimedia.org