Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Raab <max.raab@maxraab.de>2017-02-27 10:33:24 +0300
committerMax Raab <max.raab@maxraab.de>2017-02-27 10:33:24 +0300
commit2be2471734d9c6f0fb75bedbe81d566bda98a465 (patch)
treebb1c2ec761e73f60a1708642e1d3e2392834e844
parent90040620cba77620a57e028d25e6148c72494fbd (diff)
Add quotes to coverage pattern
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index dd3ba1283f8..a586b095ef5 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1018,7 +1018,7 @@ A simple example:
```yaml
job1:
- coverage: /Code coverage: \d+\.\d+/
+ coverage: '/Code coverage: \d+\.\d+/'
```
## Git Strategy