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

Change subject: [tests] ignore codecov-cli for Python 3.11 due to T365943
......................................................................

[tests] ignore codecov-cli for Python 3.11 due to T365943

Bug: T365943
Change-Id: Ic777e1b62c0f6ced3bc35af0da9949ab802a0449
---
M .appveyor.yml
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.appveyor.yml b/.appveyor.yml
index 38cef84..322edde 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -97,5 +97,7 @@
   - ps: |
       $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
       coverage report
-  - pip install codecov-cli
-  - codecovcli do-upload
+
+  # ignore codecov-cli for Python 3.11 due to T365943
+  - if [%PYTHON_VERSION%]!=[3.11.x] pip install codecov-cli
+  - if [%PYTHON_VERSION%]!=[3.11.x] codecovcli do-upload

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035894?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic777e1b62c0f6ced3bc35af0da9949ab802a0449
Gerrit-Change-Number: 1035894
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to