Closed mikhailshilkov closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.08%. Comparing base (
ade261c
) to head (5bc7401
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR has been shipped in release v0.23.0.
I noticed two issues with existing code coverage stats:
github.com/pulumi/pulumi-go-provider/tests
module don't output coverage data forgithub.com/pulumi/pulumi-go-provider
examples
andtests
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 excludeexamples
andtests/grpc
in codecov itself.