Skip to content

Commit

Permalink
Fix "lines" and "functions" in coverage threshold guide (#12217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 authored Jun 27, 2024
1 parent d105b04 commit eff2ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/test/coverage-threshold.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Different thresholds can be set for line-level and function-level coverage.
```toml
[test]
# to set different thresholds for lines and functions
coverageThreshold = { line = 0.5, function = 0.7 }
coverageThreshold = { lines = 0.5, functions = 0.7 }
```

---
Expand Down

0 comments on commit eff2ea6

Please sign in to comment.