Skip to content

Commit

Permalink
CI: Enable code coverage pipeline
Browse files Browse the repository at this point in the history
GitOrigin-RevId: db30c6ae7b0f7ad55ee7ee78516ec947a02e19fa
  • Loading branch information
Vertexwahn committed Jun 22, 2024
1 parent fd477a2 commit b94e61e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ jobs:
steps:
- template: devertexwahn/ci/ubuntu-22.04-clang16.yaml

- job: Ubuntu22Coverage
displayName: "Coverage with LCOV/GCC11 on Ubuntu 22.04"
pool:
vmImage: 'ubuntu-22.04'
steps:
- template: devertexwahn/ci/ubuntu-22.04-coverage.yaml


- job: Ubuntu22Cppcheck
displayName: "Cppcheck on Ubuntu 22.04"
Expand Down
2 changes: 1 addition & 1 deletion devertexwahn/ci/ubuntu-22.04-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- script: |
cd devertexwahn
./coverage.sh buildbuddy_remote_cache
./coverage.sh
displayName: 'Bazel coverage'
#- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit b94e61e

Please sign in to comment.