summaryrefslogtreecommitdiff
path: root/.azure-pipelines-steps.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2022-01-09 19:42:38 -0500
committerGitHub <noreply@github.com>2022-01-09 16:42:38 -0800
commit6ae4aaafa3541f0a5179e97d8263af9bd53d97eb (patch)
tree4a24d2781f237b445738a5ca5ce2527a36fc3059 /.azure-pipelines-steps.yml
parentc1121ad9f7e2e211e180e0c174f828fa56f0a54a (diff)
downloadasync-6ae4aaafa3541f0a5179e97d8263af9bd53d97eb.tar.gz
chore: remove manual coveralls execution (#1785)
Now done in GitHub Actions
Diffstat (limited to '.azure-pipelines-steps.yml')
-rw-r--r--.azure-pipelines-steps.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.azure-pipelines-steps.yml b/.azure-pipelines-steps.yml
index 2580054..5eee400 100644
--- a/.azure-pipelines-steps.yml
+++ b/.azure-pipelines-steps.yml
@@ -37,7 +37,3 @@ steps:
testRunTitle: $(os_name) Node $(node_version) Browser tests
displayName: 'Publishing the browser test results'
condition: variables.run_browser_tests
-
-- bash: npm run coveralls
- displayName: 'Run coveralls'
- condition: variables.run_coveralls