From 40e9c745aa3cfb75dbff91973d2b6dff1e3b61fb Mon Sep 17 00:00:00 2001 From: Kamil Cudnik Date: Tue, 21 Sep 2021 14:59:30 +0200 Subject: [PATCH] [azp] Skip auto generated saimetadata lib code coverage (#935) --- .azure-pipelines/build-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/build-template.yml b/.azure-pipelines/build-template.yml index 8fc68c31c1a5..0d4b5e4effd9 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)/