xhd2015 / xgo

All-in-one go testing library
MIT License
289 stars 16 forks source link

test-explorer: integrate incremental coverage #215

Open xhd2015 opened 1 week ago

xhd2015 commented 1 week ago

It is important to inspect what coverages were made by executing unit tests, it's an important way to measure whether the tests are complete.

Now test explorer has been the core of xgo, it is reasonable to integrate this utility as test explorer's primary purpose is to run unit tests.

In the future, documentation will point out that, xgo has two primary use cases: terminal and web.