Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 1048840. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib5f53e762d586988815b97c33b48856f084368cb
Gerrit-Change-Number: 1048840
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>