Skip to content

Commit

Permalink
[azp] Skip auto generated saimetadata lib code coverage (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Sep 21, 2021
1 parent dabd1a7 commit 40e9c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)/
Expand Down

0 comments on commit 40e9c74

Please sign in to comment.