Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
make the output more verbose

Change-Id: Ia15030a3dd62e769b2129164431fcf72f289dc94
---
M .github/workflows/sysop_tests-ci.yml
1 file changed, 10 insertions(+), 1 deletion(-)

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: |

To view, visit change 1003268. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ia15030a3dd62e769b2129164431fcf72f289dc94
Gerrit-Change-Number: 1003268
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged