Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/768746 )
Change subject: [tests] Enable coverage for login/logout tests ......................................................................
[tests] Enable coverage for login/logout tests
Change-Id: I495da51bfadf88181c870128816e1afd4cbc8f7d --- M .github/workflows/login_tests-ci.yml 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml index 9e60440..ebefc4b 100644 --- a/.github/workflows/login_tests-ci.yml +++ b/.github/workflows/login_tests-ci.yml @@ -74,7 +74,8 @@ pip install -U setuptools pip install requests pip install mwparserfromhell - pip install coverage + pip install codecov + pip install "coverage>=5.2.1" python -c "import setuptools; print('setuptools:', setuptools.__version__)"
- name: Generate family files
pywikibot-commits@lists.wikimedia.org