tape
tape copied to clipboard
tape as dependency coverage
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
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.
btw, could you please try https://github.com/Hyperledger-TWGC/tape/tree/v0.2.7
[email protected] works to elimaite above mentioned error. So can we extend this issue to a code coverage topic?