We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66821c9 commit 0186384Copy full SHA for 0186384
.github/workflows/pr-workflow.yml
@@ -127,7 +127,7 @@ jobs:
127
- uses: ./.github/actions/setup-ci-machine
128
- uses: ./.github/actions/download-install-local-azure-devops-cli-extension
129
- name: Run unit tests for code coverage
130
- run: pytest --junitxml "TEST-UT-results.xml" --cov=azext_devops/dev --cov-report=xml --cov-report=html --ignore=azext_devops/tests/latest/integrationtests
+ run: pytest --junitxml "TEST-UT-results.xml" --cov=azext_devops/dev --cov-report=xml --cov-report=html
131
working-directory: 'azure-devops'
132
- name: Install beautifulsoup4
133
run: pip install beautifulsoup4
0 commit comments