diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 19c0cc15d8d..4b20b6a825b 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