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
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/768746
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I495da51bfadf88181c870128816e1afd4cbc8f7d
Gerrit-Change-Number: 768746
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]