Skip to content

Commit

Permalink
added coverage options to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Oct 20, 2019
1 parent 14b07ca commit 2474ea7
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,5 +34,5 @@ steps:

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

0 comments on commit 2474ea7

Please sign in to comment.