Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap authored Feb 17, 2021
1 parent ad1df43 commit bf9ee4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ steps:
- script: |
pip install pytest pytest-cov pytest-azurepipelines
#echo "##vso[task.setvariable variable=PATH]${​​​​​​​​PATH}​​​​​​​​:$(Build.SourcesDirectory)/src/UQpy"
python -m pytest tests/*.py --cov=src --cov-report=xml --cov-report=html
#python -m pytest tests/*.py --cov=src --cov-report=xml --cov-report=html
pytest tests/ --cov-config .coveragerc --doctest-modules --junitxml=junit/test-results.xml --cov=src --cov-report=xml --cov-report=html
workingDirectory: $(Build.SourcesDirectory)
displayName: 'Test with pytest'
Expand Down

0 comments on commit bf9ee4a

Please sign in to comment.