Skip to content

Commit acdc026

Browse files
committed
Improve default config
1 parent 8bf1284 commit acdc026

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ colorizer:
146146
ccn:
147147
green: [ 1, 7 ]
148148
yellow+bold: [ 8, 10 ]
149-
red+bold: [ 11, null ]
149+
red+bold: [ 11 ]
150150

151151
crap:
152152
green: [ 0, 29 ]
153-
red+bold: [ 30, null ]
153+
red+bold: [ 30 ]
154154
```
155155
156156
## Exit codes

config/phpunit-cobertura-formatter.yml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ colorizer:
3030
ccn:
3131
green: [ 1, 7 ]
3232
yellow+bold: [ 8, 10 ]
33-
red+bold: [ 11, null ]
33+
red+bold: [ 11 ]
3434

3535
crap:
3636
green: [ 0, 29 ]
37-
red+bold: [ 30, null ]
37+
red+bold: [ 30 ]

0 commit comments

Comments
 (0)