From 7bdac24406c9c316cb6ad54eb0b48969e1a2ddcb Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Thu, 19 Dec 2019 13:41:15 +1030 Subject: [PATCH] test: use codecov bash uploader instead of js uploader The js uploader keeps on timing out which causes coverage to not report, causing PR status to get stuck in pending. The bash reporter has a retry mechanism, so it is supposed to be be more resilient. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 19c0cc15d8d6..4b20b6a825be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ jobs: displayName: 'Run integrations tests' - script: | - npx codecov -t $(CODECOV_TOKEN) + bash <(curl -s https://codecov.io/bash) -t $(CODECOV_TOKEN) displayName: 'Publish code coverage report' - job: unit_tests_on_other_node_versions pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy