[ci]: Support code diff coverage#934
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
how this entire feature should work ? is already framework for support that build in azpipeline and sairedis azpipeline configuration? |
|
@kcudnik , I added an azure devops extension to support it, see https://github.com/Azure/sonic-build-web/tree/main/code-diff-coverage. Azure DevOps still does not support it. It is a workaround, so we do not need to change it in all sub-modules, only enable it by a variable flag. |
|
@kcudnik , can we merge the code, there is one failure check, looks like it is not relative to the change. |
|
your diff coverage plugin broken full coverage stats file by file: clicking you can't see any more how much covered is each added file , please revert your change or make it possible to view both results |
Support code diff coverage