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

Change subject: [tests] remove coverage from Appveyor tests
......................................................................

[tests] remove coverage from Appveyor tests

See also: T368192

Bug: T365943
Bug: T363651
Change-Id: Ib5f53e762d586988815b97c33b48856f084368cb
---
M .appveyor.yml
1 file changed, 0 insertions(+), 7 deletions(-)

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




diff --git a/.appveyor.yml b/.appveyor.yml
index ad07dfa..32f9c65 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -92,10 +92,3 @@
   - ps: "[IO.File]::AppendAllText($env:PYWIKIBOT_USER_CONFIG, 'password_file = 
''{0}'';' -f $env:PYWIKIBOT_PASSWD_FILE.replace('\\', '\\\\'))"

   - "%CMD_IN_ENV% coverage run -m unittest discover -vv -p \"*_tests.py\""
-
-on_finish:
-  - ps: |
-      $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
-      coverage report
-  - pip install codecov-cli
-  - codecovcli do-upload

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1048840?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: Ib5f53e762d586988815b97c33b48856f084368cb
Gerrit-Change-Number: 1048840
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