Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
tests: fix coverage pytest call for sysop_write_tests-ci.yml

Change-Id: I6c2e69798597c111167676ad2d41277763cf7423
---
M .github/workflows/sysop_write_tests-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sysop_write_tests-ci.yml b/.github/workflows/sysop_write_tests-ci.yml
index 309f65a..6ff879a 100644
--- a/.github/workflows/sysop_write_tests-ci.yml
+++ b/.github/workflows/sysop_write_tests-ci.yml
@@ -65,7 +65,7 @@
PYWIKIBOT_TEST_WRITE: ${{ matrix.site == 'wikipedia:test' && 1 || 0 }}
run: |
python pwb.py version
- coverage -m pytest -s -r A -a "${{ matrix.attr }}"
+ coverage run -m pytest -s -r A -a "${{ matrix.attr }}"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4

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

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I6c2e69798597c111167676ad2d41277763cf7423
Gerrit-Change-Number: 1102225
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-CC: jenkins-bot