Add feature to collect function/statement/branch coverage to `test` command by nodaguti · Pull Request #343 · ysugimoto/falco

This PR implements a new feature to collect test coverage data while running tests with -c / --coverage option enabled and report them in the output (either in human-friendly way or in JSON). Appro...