We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d837451 commit bd60ce5Copy full SHA for bd60ce5
README.md
@@ -144,15 +144,15 @@ diff:
144
# Allowed threshold for the test coverage difference (in percentage)
145
# between the feature branch and the base branch.
146
#
147
- # By default, this is disabled (set to nil). Valid values range from
+ # By default, this is disabled (set to null). Valid values range from
148
# -100.0 to +100.0.
149
150
# Example:
151
# If set to 0.5, an error will be reported if the feature branch has
152
# less than 0.5% more coverage than the base.
153
154
# If set to -0.5, the check allows up to 0.5% less coverage than the base.
155
- threshold: nil
+ threshold: null
156
```
157
158
### Exclude Code from Coverage
0 commit comments