Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1003268?usp=email )
Change subject: make the output more verbose ......................................................................
make the output more verbose
Change-Id: Ia15030a3dd62e769b2129164431fcf72f289dc94 --- M .github/workflows/sysop_tests-ci.yml 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/sysop_tests-ci.yml b/.github/workflows/sysop_tests-ci.yml index 1de766e..03f082d 100644 --- a/.github/workflows/sysop_tests-ci.yml +++ b/.github/workflows/sysop_tests-ci.yml @@ -84,7 +84,7 @@ PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }} run: | python pwb.py version - pytest -a rights --cov=.; + pytest -v -a rights --cov=.;
- name: Show coverage statistics run: |
pywikibot-commits@lists.wikimedia.org