containerd / stargz-snapshotter

Fast container image distribution plugin with lazy pulling
https://github.com/containerd/containerd/issues/3731
Apache License 2.0
1.19k stars 116 forks source link

Add test coverage report for Pull Requests #509

Open gtxu opened 3 years ago

gtxu commented 3 years ago

For now we have a unit test for all component before PR get merged, but we don't have unit test coverage report for a single PR. There are tools (such as Coveralls)that automatically post unit test coverage report for a PR in comment. This may be a considerable option for stargz-snapshotter.

gtxu commented 3 years ago

An example of coveralls:

Screen Shot 2021-11-02 at 3 12 43 PM
vkuzniet commented 3 years ago

Hi @ktock, what do you think about adding this to the pipeline?