Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
CLI: Link to verified integration test between qunit and nyc
Browse files Browse the repository at this point in the history
Ref #156.
  • Loading branch information
Krinkle committed Sep 20, 2021
1 parent 6643b97 commit b7bc20a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit b7bc20a

Please sign in to comment.