tape icon indicating copy to clipboard operation
tape copied to clipboard

tape as dependency coverage

Open davidkhala opened this issue 1 year ago • 3 comments

Is your proposal related to a problem?

tape was used as a dependency in a second developement in other projects. It worked before, but not again on 0.2.6

Describe the solution you'd like

create a another test that

  • having another go.mod file. It requires github.com/hyperledger-twgc/tape as dependency.
  • write a dummy go file simply import tape. if tape is isolated by sub package in different go module, also consider cover them as much as possible.
  • make this test covered in a new github workflow job

Describe alternatives you've considered

fix issue case by case, once we witnessed problem in other project. (reported based action)

https://github.com/davidkhala/fabric-tests/actions/runs/7295027060/job/19880816699#step:3:128

davidkhala avatar Dec 22 '23 01:12 davidkhala

hi @davidkhala please ref this https://github.com/open-telemetry/opentelemetry-go/issues/4586 personally, in recently as benefits from otel, I would like to make tape support otel in the feature if I am available.

SamYuan1990 avatar Dec 22 '23 14:12 SamYuan1990

btw, could you please try https://github.com/Hyperledger-TWGC/tape/tree/v0.2.7

SamYuan1990 avatar Dec 22 '23 14:12 SamYuan1990

[email protected] works to elimaite above mentioned error. So can we extend this issue to a code coverage topic?

davidkhala avatar Dec 23 '23 07:12 davidkhala