Lines Matching full:coverage
1 # Setting up coverage
4 coverage information using the `coverage` library.
6 As of `rules_python` version `0.18.1`, builtin coverage support can be enabled
9 ## Enabling `rules_python` coverage support
11 Enabling the coverage support bundled with `rules_python` just requires setting an
32 This will implicitly add the version of `coverage` bundled with
33 `rules_python` to the dependencies of `py_test` rules when `bazel coverage` is
35 `coverage`, then behavior is undefined -- it is undefined which version comes
37 need to manually configure coverage (see below).
40 ## Manually configuring coverage
42 To manually configure coverage support, you'll need to set the
44 the coverage entry point file and, optionally, client libraries that are added
49 name = "coverage",
59 output is treated as the coverage entry point.