You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,6 +48,7 @@ If you don't specify the `--require/-r` flag, only the percentage of code covera
47
48
| --- | --- |
48
49
|`--coverage-only` or `-C`| Only display the code coverage value |
49
50
|`--metric` or `-m``<name>`| Use the specified metric field for calculating coverage. Valid values are `element`_(default)_, `method`, or `statement`|
51
+
|`--precision` or `-p``<value>`| Use the specified precision when calculating the code coverage percentage, where `<value>` is an integer _(default: 4)_|
50
52
|`--require` or `-r``<value>`| Enforce a minimum code coverage value, where `<value>` is an integer or decimal value |
0 commit comments