Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/908858 )

Change subject: [Appveyor] Don't try to run codecov on finish
......................................................................

[Appveyor] Don't try to run codecov on finish

Bug: T334674
Change-Id: I9b3ef932313bde7f94112db2f10053dea0326751
---
M .appveyor.yml
1 file changed, 11 insertions(+), 1 deletion(-)

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




diff --git a/.appveyor.yml b/.appveyor.yml
index 5437d37..ca689a2 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -87,7 +87,7 @@
   - "%CMD_IN_ENV% coverage run -m unittest discover -vv -p \"*_tests.py\""

 on_finish:
-  - codecov
+  # - codecov

 artifacts:
   - path: dist\*  .coverage coverage.xml

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