Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/913675 )
Change subject: [tests] fix pytest call with pytest-attrib ......................................................................
[tests] fix pytest call with pytest-attrib
Change-Id: I91e0f9a23028ea5b58876a0be9039b1b4aa7997d --- M .github/workflows/write_tests-ci.yml 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/write_tests-ci.yml b/.github/workflows/write_tests-ci.yml index e4a1b3c..51db39b 100644 --- a/.github/workflows/write_tests-ci.yml +++ b/.github/workflows/write_tests-ci.yml @@ -73,7 +73,7 @@ PYWIKIBOT_TEST_WRITE: ${{ matrix.site == 'wikipedia:test' && 1 || 0}} run: | python pwb.py version - pytest --cov=.; -a write + pytest -a write --cov=.;
- name: Upload coverage to Codecov uses: codecov/codecov-action@v3