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
pywikibot-commits@lists.wikimedia.org