Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1102225?usp=email )
Change subject: tests: fix coverage pytest call for sysop_write_tests-ci.yml ...................................................................... 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(-) Approvals: Xqt: Verified; Looks good to me, approved 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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1102225?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I6c2e69798597c111167676ad2d41277763cf7423 Gerrit-Change-Number: 1102225 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-CC: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org