Skip to content

Commit

Permalink
test: use codecov bash uploader instead of js uploader (#1353)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bradzacher committed Dec 19, 2019
1 parent 6edd911 commit bf4ad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -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
Expand Down

0 comments on commit bf4ad5b

Please sign in to comment.