aboutsummaryrefslogtreecommitdiff
path: root/docs/test/coverage.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-4/+0
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 1-21/+33
* Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types
2023-08-06Update coverage.mdGravatar Jarred Sumner 1-1/+1
2023-08-06Code coverage for `bun test` (#3975)Gravatar Jarred Sumner 1-0/+57
* WIP code coverage initial commit * almost works * one approach * Code Coverage * Update WebKit * it works but is not yet accurate * skip double ascii check * wrapper * it works but i'm not sure what to do about blocks * hide blocks for now * Update ZigSourceProvider.cpp * Create coverage.md * Update nav.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>