Closed brianneville closed 6 months ago
related issue thread: https://github.com/openconfig/gnoi/issues/173#issuecomment-2098982800
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
packet_capture/packet_capture_grpc.pb.go | 0 | 38 | 0.0% | ||
packet_link_qualification/packet_link_qualification_grpc.pb.go | 0 | 137 | 0.0% | ||
<!-- | Total: | 0 | 175 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 8911885186: | -0.001% |
Covered Lines: | 166 |
Relevant Lines: | 13817 |
As in the original regenerate-files script from https://github.com/openconfig/gnsi/pull/37/files#diff-fc93ffaaee0a108cd0141877980a22c2c5f782b529e4561cd11243753b91eed8 the copy should be from
"${BASE}"/"${pkg}"/"${proto}"_go_proto_/"${GNOI_NS}"/"${pkg}"/*.pb.go
to the target package rather than the"${BASE}"/"${pkg}"/"${proto}"_go_proto_/"${GNOI_NS}"/"${proto}"/*.pb.go
which was in the base patch e.g. the files for packet link qualification will be underlinkqual_go_proto_/github.com/openconfig/gnoi/packet_link_qualification/packet_link_qualification.pb.go