From 1a7ceef36874c00064cebd7e70292f27f1125432 Mon Sep 17 00:00:00 2001 From: AriPerkkio Date: Fri, 2 Dec 2022 16:15:51 +0200 Subject: [PATCH] docs: add `--per-file` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71ef8a36..5db8bbe6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Here is a list of common options. Run `c8 --help` for the full list and document | `-e`, `--extension` | only files matching these extensions will show coverage | `string \| Array` | [list](https://github.com/istanbuljs/schema/blob/master/default-extension.js) | | `--skip-full` | do not show files with 100% statement, branch, and function coverage | `boolean` | `false` | | `--check-coverage` | check whether coverage is within thresholds provided | `boolean` | `false` | +| `--per-file` | check thresholds per file | `boolean` | `false` | | `--temp-directory` | directory V8 coverage data is written to and read from | `string` | `process.env.NODE_V8_COVERAGE` | | `--clean` | should temp files be deleted before script execution | `boolean` | `true` |