Relative Content

Tag Archive for azure-devops

build validation and status check policy on branch for Python code

I am working on adding validations as part of a pull request in Azure DevOps. Unit test (for Python code using pytest) pipeline will run as part of the build validation on creation of the pull request and will publish the test results and the code coverage as build artifacts. I have also put status check policy as mandatory for code coverage.