Skip to content

Commit

Permalink
bazelci: add coverage (envoyproxy#11218)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan authored May 15, 2020
1 parent 2453630 commit 466bd54
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
---
tasks:
gcc:
name: "GCC"
platform: ubuntu1804
build_targets:
- "//source/exe:envoy-static"
rbe:
name: "RBE"
platform: ubuntu1804
test_targets:
- "//test/..."
test_flags:
- "--config=remote-clang"
- "--config=remote-ci"
- "--jobs=75"
coverage:
name: "Coverage"
platform: ubuntu1804
test_targets:
- "//test/integration/..."
- "//test/exe/..."
test_flags:
- "--config=remote-clang"
- "--config=remote-ci"
- "--config=coverage"
- "--jobs=75"

0 comments on commit 466bd54

Please sign in to comment.