diff --git a/cli.md b/cli.md index b856f21..0d07565 100644 --- a/cli.md +++ b/cli.md @@ -96,4 +96,6 @@ Generate code coverage reports with [nyc](https://istanbul.js.org/): } ``` -For an example project that generates code coverage from Node.js an from the browser, see [Krinkle/example-node-and-browser-qunit](https://github.com/Krinkle/example-node-and-browser-qunit-ci/). +See [./test/integration/nyc](https://github.com/qunitjs/qunit/tree/main/test/integration/nyc) in the QUnit repo for a minimal example. + +For a more elaborate example showcasing a unified test coverage report for tests in both Node.js and a headless browser, see [Krinkle/example-node-and-browser-qunit](https://github.com/Krinkle/example-node-and-browser-qunit-ci/).