We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59a085 commit 1148d16Copy full SHA for 1148d16
.azure-pipelines/build-template.yml
@@ -129,7 +129,7 @@ jobs:
129
make check
130
gcovr --version
131
find SAI/meta -name "*.gc*" | xargs rm -vf
132
- gcovr -r ./ -e ".*/SAI/.*" -e ".+/json.hpp" -e "swss/.+" -e ".*/.libs/.*" -e ".*/debian/.*" --exclude-unreachable-branches --exclude-throw-branches -x -o coverage.xml
+ gcovr -r ./ -e ".*/SAI/.*" -e ".+/json.hpp" -e "swss/.+" -e ".*/.libs/.*" -e ".*/debian/.*" --exclude-unreachable-branches --exclude-throw-branches -x --xml-pretty -o coverage.xml
133
displayName: "Run sonic sairedis unit tests"
134
- publish: $(System.DefaultWorkingDirectory)/
135
artifact: ${{ parameters.artifact_name }}
0 commit comments