srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
0a66c6ea
0176d4bd
build: Always emit a merged code coverage report
inline
split
.bazelrc
added: 4, removed: 3, total 1
@@ -8,6 +8,7 @@ build:release -c opt
# =========================================================
build --enable_platform_specific_config
coverage --combined_report=lcov
# Bazel deprecations
# =========================================================
.github/workflows/ci.yaml
added: 4, removed: 3, total 1
@@ -91,7 +91,7 @@ jobs:
echo "CC=gcc-10" >> $GITHUB_ENV
echo "CXX=g++-10" >> $GITHUB_ENV
- name: Coverage
run: bazel coverage --combined_report=lcov //...
run: bazel coverage ...
- name: Summary
run: lcov --summary bazel-out/_coverage/_coverage_report.dat
- name: Upload