Closed karineek closed 3 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here with @googlebot I signed it!
and we'll verify it.
ℹ️ Googlers: Go here for more info.
@googlebot I signed it!
@karineek I think you need to fix some formatting errors, using the check_all.sh and fix_all.sh scripts under gfauto. Can you give that a try? See "## Presubmit checks and protobuf generation" in the README.
I added a new option: --gcov_functions to generate instead of line coverage, the function coverage when using JSON format. I did testing to check that without the new flag, the tool still generates line coverage, and with the new flag, the tool generates function coverage.