Skip to content

Commit bf4ad5b

Browse files
authored
test: use codecov bash uploader instead of js uploader (typescript-eslint#1353)
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.
1 parent 6edd911 commit bf4ad5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
displayName: 'Run integrations tests'
5353
5454
- script: |
55-
npx codecov -t $(CODECOV_TOKEN)
55+
bash <(curl -s https://codecov.io/bash) -t $(CODECOV_TOKEN)
5656
displayName: 'Publish code coverage report'
5757
5858
- job: unit_tests_on_other_node_versions

0 commit comments

Comments
 (0)
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