Skip to content

Set up CI with Azure Pipelines #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update azure-pipelines.yml for Azure Pipelines
No tox
  • Loading branch information
bengartner committed Jul 3, 2022
commit 74e935abef18e482bce1a27690262a08af85598b
12 changes: 1 addition & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ steps:
- script: |
pip install pytest pytest-azurepipelines
pip install pytest-cov
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml
tox -e '$(tox_env)'-coverage
pytest --cov=. --cov-report=html
displayName: 'pytest'

- task: PublishTestResults@2
inputs:
testResultsFormat: 'JUnit'
testResultsFiles: '**/TEST-*.xml'

- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: 'JaCoCo'
summaryFileLocation: