Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Upload coverage file even if tests fails

Change-Id: Ifaebb9c74f8cd42bcb27da77a5deb94a2dab54d0
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index b1ba4c7..d814284 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -125,4 +125,5 @@
fi

- name: Upload coverage to Codecov
+ continue-on-error: true
run: codecov

To view, visit change 768755. To unsubscribe, or for help writing mail filters, visit settings.

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