We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d6d1b commit a8ae92cCopy full SHA for a8ae92c
2 files changed
.bazelrc
@@ -30,6 +30,8 @@ coverage --features=coverage
30
coverage --combined_report=lcov
31
coverage --cache_test_results=no
32
coverage --test_tag_filters=-no-coverage
33
+coverage --copt=-fprofile-update=atomic
34
+coverage --linkopt=-fprofile-update=atomic
35
36
# Common Lifecycle Toolchain flags for build (do not use it in case of system toolchains!)
37
build:toolchain_common --incompatible_strict_action_env
.github/workflows/code_coverage.yml
@@ -29,7 +29,6 @@ jobs:
29
bazel-target: "//score/..."
bazel-config: "x86_64-linux"
extra-bazel-flags: "--test_output=errors --nocache_test_results --lockfile_mode=error"
- genhtml-extra-flags: "--ignore-errors=negative"
artifact-name-suffix: "_cpp"
retention-days: 10
min-coverage: 76
0 commit comments