Skip to content

Commit 6ae4aaa

Browse files
authored
chore: remove manual coveralls execution (#1785)
Now done in GitHub Actions
1 parent c1121ad commit 6ae4aaa

File tree

4 files changed

+2
-824
lines changed

4 files changed

+2
-824
lines changed

.azure-pipelines-steps.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ steps:
3737
testRunTitle: $(os_name) Node $(node_version) Browser tests
3838
displayName: 'Publishing the browser test results'
3939
condition: variables.run_browser_tests
40-
41-
- bash: npm run coveralls
42-
displayName: 'Run coveralls'
43-
condition: variables.run_coveralls

.azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
node_version: 12.x
1414
# run_browser_tests: true
1515
# browser_name: Edge
16-
# run_coveralls: true
1716

1817
steps:
1918
- template: .azure-pipelines-steps.yml
@@ -36,7 +35,6 @@ jobs:
3635
DISPLAY: :99.0
3736
run_browser_tests: true
3837
browser_name: Firefox
39-
run_coveralls: true
4038

4139
steps:
4240
- script: |
@@ -63,4 +61,4 @@ jobs:
6361
#
6462
# steps:
6563
# - template: .azure-pipelines-steps.yml
66-
#
64+
#

0 commit comments

Comments
 (0)