Skip to content

Commit f135f06

Browse files
authored
Update coverage.yml
1 parent 2fb95ca commit f135f06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
source ./env/bin/activate
4949
az --version
5050
azdev extension add "*"
51-
azdev statistics list-command-table CLI --statistics-only
51+
azdev statistics list-command-table CLI --statistics-only --debug
5252
5353
second-runner:
5454
name: Second Runner Setup2
@@ -102,7 +102,6 @@ jobs:
102102
run: |
103103
set -ev
104104
source ./env/bin/activate
105-
pip install --upgrade pyOpenSSL cryptography
106105
az --version
107106
azdev extension add "*"
108-
azdev statistics list-command-table CLI --statistics-only
107+
azdev statistics list-command-table CLI --statistics-only --debug

0 commit comments

Comments
 (0)