jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/786965 )
Change subject: [tests] remove dataextend.py from coverage ......................................................................
[tests] remove dataextend.py from coverage
There are known problems with this script.
Change-Id: If4aa50c878c104c0daa76a4f0ce74add2b16415b --- M .codeclimate.yml M .codecov.yml 2 files changed, 3 insertions(+), 2 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/.codeclimate.yml b/.codeclimate.yml index 3be43ae..457a809 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -34,4 +34,4 @@ - "!docs/conf.py" - "*.rst" - "*.txt" - +- "scripts/dataextend.py" diff --git a/.codecov.yml b/.codecov.yml index cbebd4c..2ba30a4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -32,13 +32,14 @@ - pywikibot/families/__init__.py - pywikibot/scripts/version.py - pywikibot/userinterfaces/win32_unicode.py - - scripts/userscripts/ + - scripts/dataextend.py - scripts/maintenance/colors.py - scripts/maintenance/make_i18n_dict.py - scripts/maintenance/preload_sites.py - scripts/maintenance/sorting_order.py - scripts/maintenance/update_linktrails.py - scripts/maintenance/wikimedia_sites.py + - scripts/userscripts/ - tests/pwb/
notify:
pywikibot-commits@lists.wikimedia.org