diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index 8fc68c31c..0d4b5e4ef 100644 --- a/.azure-pipelines/build-template.yml +++ b/.azure-pipelines/build-template.yml @@ -124,6 +124,7 @@ jobs: set -ex make check gcovr --version + find SAI/meta -name "*.gc*" | xargs rm -vf gcovr -r ./ -e ".*/SAI/.*" -e ".+/json.hpp" -e "swss/.+" -e ".*/.libs/.*" -e ".*/debian/.*" --exclude-unreachable-branches --exclude-throw-branches -x -o coverage.xml displayName: "Run sonic sairedis unit tests" - publish: $(System.DefaultWorkingDirectory)/