You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add lcov_merger as an attribute to the py_test rule so that it does
not immediately fall over
- Add a small section to python_stub_template.txt to perform minimal
setup for coverage integration
I was able to get this to work manually by using a modified version of
coverage.py, see:
nedbat/coveragepy#863
Note that the patch does not work out of the box.
It's basically ~impossible to add integration tests until we get a
working version of coverage.py, but this is the minimum change required
in Bazel to get a basic working version.
0 commit comments