Skip to content

Commit bd60ce5

Browse files
authored
Update README.md
1 parent d837451 commit bd60ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ diff:
144144
# Allowed threshold for the test coverage difference (in percentage)
145145
# between the feature branch and the base branch.
146146
#
147-
# By default, this is disabled (set to nil). Valid values range from
147+
# By default, this is disabled (set to null). Valid values range from
148148
# -100.0 to +100.0.
149149
#
150150
# Example:
151151
# If set to 0.5, an error will be reported if the feature branch has
152152
# less than 0.5% more coverage than the base.
153153
#
154154
# If set to -0.5, the check allows up to 0.5% less coverage than the base.
155-
threshold: nil
155+
threshold: null
156156
```
157157

158158
### Exclude Code from Coverage

0 commit comments

Comments
 (0)