diff options
author | 2023-08-06 07:48:06 -0700 | |
---|---|---|
committer | 2023-08-06 07:48:06 -0700 | |
commit | cf483799216b5bd3470ae356559807d676cb3fb6 (patch) | |
tree | 48b1e45faf41e052e9054855c8a660c54f61d280 | |
parent | f8026df821b615c5ce2538109200c21f9668d2a4 (diff) | |
download | bun-cf483799216b5bd3470ae356559807d676cb3fb6.tar.gz bun-cf483799216b5bd3470ae356559807d676cb3fb6.tar.zst bun-cf483799216b5bd3470ae356559807d676cb3fb6.zip |
Update coverage.md
-rw-r--r-- | docs/test/coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test/coverage.md b/docs/test/coverage.md index abf8cf94c..229da41f2 100644 --- a/docs/test/coverage.md +++ b/docs/test/coverage.md @@ -54,4 +54,4 @@ coverageSkipTestFiles = true `coverageThreshold` can be either a number or an object with `line` and `function` keys. When a number, it is treated as both the line and function threshold. -Coverage support was added in Bun v0.7.2. +Coverage support was added in Bun v0.7.3. |