diff options
Diffstat (limited to 'docs/guides/test/coverage-threshold.md')
-rw-r--r-- | docs/guides/test/coverage-threshold.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/guides/test/coverage-threshold.md b/docs/guides/test/coverage-threshold.md index 4180c6f1a..d0883df58 100644 --- a/docs/guides/test/coverage-threshold.md +++ b/docs/guides/test/coverage-threshold.md @@ -45,6 +45,8 @@ $ echo $? 1 # this is the exit code of the previous command ``` +--- + Different thresholds can be set for line-level and function-level coverage. ```toml |