We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabd1a7 commit 40e9c74Copy full SHA for 40e9c74
.azure-pipelines/build-template.yml
@@ -124,6 +124,7 @@ jobs:
124
set -ex
125
make check
126
gcovr --version
127
+ find SAI/meta -name "*.gc*" | xargs rm -vf
128
gcovr -r ./ -e ".*/SAI/.*" -e ".+/json.hpp" -e "swss/.+" -e ".*/.libs/.*" -e ".*/debian/.*" --exclude-unreachable-branches --exclude-throw-branches -x -o coverage.xml
129
displayName: "Run sonic sairedis unit tests"
130
- publish: $(System.DefaultWorkingDirectory)/
0 commit comments