Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend code coverage to be more meaningful (#278)
I noticed two issues with existing code coverage stats: 1. Only in-module data are collected, e.g. tests in the `github.com/pulumi/pulumi-go-provider/tests` module don't output coverage data for `github.com/pulumi/pulumi-go-provider` 2. The `examples` and `tests` folders have coverage data for its resource implementation code. This PR changes the arguments to collect data for all submodules of `github.com/pulumi/pulumi-go-provider` but to exclude `examples` and `tests/grpc` in codecov itself.
- Loading branch information