Skip to content

Commit 1148d16

Browse files
authored
[azp] Enable pretty code coverage results xml (#946)
1 parent e59a085 commit 1148d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
make check
130130
gcovr --version
131131
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
132+
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
133133
displayName: "Run sonic sairedis unit tests"
134134
- publish: $(System.DefaultWorkingDirectory)/
135135
artifact: ${{ parameters.artifact_name }}

0 commit comments

Comments
 (0)