Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1045751?usp=email )

Change subject: [tests] remove experimental flag from sysop_write_tests-ci.yml
......................................................................

[tests] remove experimental flag from sysop_write_tests-ci.yml

All tests are either solved or expected to fail.
Also remove coverage statistics report because this is already done by
pytest

Change-Id: I457e5655e2c940d2f33842d3e5041b1e8f8e5d46
---
M .github/workflows/sysop_write_tests-ci.yml
1 file changed, 0 insertions(+), 5 deletions(-)

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 fd47a94..6d692cb 100644
--- a/.github/workflows/sysop_write_tests-ci.yml
+++ b/.github/workflows/sysop_write_tests-ci.yml
@@ -26,7 +26,6 @@
         python-version: [ "3.7" ]
         site: [ "wikipedia:test" ]
         attr: [ "write and not rights", "write and rights", "rights and not 
write" ]
-        experimental: [ true ]

     steps:
     - name: Checkout Repository
@@ -68,10 +67,6 @@
         python pwb.py version
         pytest -s -r A -a "${{ matrix.attr }}" --cov=.;

-    - name: Show coverage statistics
-      run: |
-        coverage report
-
     - name: Upload coverage to Codecov
       uses: codecov/codecov-action@v4
       env:

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1045751?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: I457e5655e2c940d2f33842d3e5041b1e8f8e5d46
Gerrit-Change-Number: 1045751
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to