codecoverage-yaml-samples
codecoverage-yaml-samples copied to clipboard
Code coverage target for whole codebase, not just diff
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 refers to full coverage, but doesn't say how to use it in the azurepipelines-coverage.yml.
Is there a solution to this? I am interested in doing this as well.
same here
Any update on the above? I also need it for whole codebase. One issue with this yml setting is, it even considers files which are removed from repo for code coverage and doesnt even consider "ExcludeFromCodeCoverage" attribute.