codecoverage-yaml-samples
codecoverage-yaml-samples copied to clipboard
YAML samples for code coverage settings
Hi all, Is there any way to set different target for different files? We have different requirements for each file. By the way, where can I find the docs of...
Hi, Is it mandatory to have azurepipelines-coverage.yml at the root of the repo? In my case, I have organized my yaml files under \AzurePipelines\ Development\azure-pipeline.yml ReleaseR1.0.0\azure-pipeline.yml and so on. It...
Is there a way of setting a target percentage code coverage for the whole codebase, not just for the changed lines in the Pull Request? The [linked documentation article](https://docs.microsoft.com/en-us/azure/devops/pipelines/test/codecoverage-for-pullrequests?view=azure-devops) refers...
Hello, Is it possible to add a feature to ignore some folders contains file or artefacts which doesn't need code coverage please ?
We would like to have the code coverage comments posted on each PR with the report within it, though we don't want PRs to be failed as we've only just...
Azure DevOps Pipelines can be set as statuschecks for PR requests sourced from github, however I don't seem to find a way to require codecoverage from the pipeline. Is there...