Add quotes to coverage pattern

This commit is contained in:
Max Raab 2017-02-27 08:33:24 +01:00
parent 90040620cb
commit 2be2471734
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ A simple example:
```yaml
job1:
coverage: /Code coverage: \d+\.\d+/
coverage: '/Code coverage: \d+\.\d+/'
```
## Git Strategy