Skip to content

Commit

Permalink
removed HTML coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Oct 26, 2019
1 parent c53b9c7 commit 9e2af84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:

- script: |
pip install pytest pytest-azurepipelines pytest-cov
pytest --junitxml=junit/test-results.xml --cov=src/microstructpy --cov-report=xml --cov-report=html --cov-branch
pytest --junitxml=junit/test-results.xml --cov=src/microstructpy --cov-report=xml --cov-branch
displayName: 'pytest'

- task: PublishTestResults@2
Expand Down

0 comments on commit 9e2af84

Please sign in to comment.