Skip to content

Commit 40e9c74

Browse files
authored
[azp] Skip auto generated saimetadata lib code coverage (#935)
1 parent dabd1a7 commit 40e9c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/build-template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
set -ex
125125
make check
126126
gcovr --version
127+
find SAI/meta -name "*.gc*" | xargs rm -vf
127128
gcovr -r ./ -e ".*/SAI/.*" -e ".+/json.hpp" -e "swss/.+" -e ".*/.libs/.*" -e ".*/debian/.*" --exclude-unreachable-branches --exclude-throw-branches -x -o coverage.xml
128129
displayName: "Run sonic sairedis unit tests"
129130
- publish: $(System.DefaultWorkingDirectory)/

0 commit comments

Comments
 (0)