提交 fdd52a6b 编写于 作者: G Grzegorz Bizon 提交者: Achilleas Pipinellis

Improve documentation for test coverage report badge

[ci skip]
上级 7abcb29d
......@@ -36,14 +36,14 @@ cancel the build, retry it, or erase the build trace.
## Badges
There are build status and test coverage report badges available.
Build status and test coverage report badges are available.
Go to pipeline settings to see available badges and code you can use to embed
badges in the `README.md` or your website.
badges in the `README.md` or on the website.
### Build status badge
You can access a build status badge image using following link:
You can access a build status badge image using the following link:
```
http://example.gitlab.com/namespace/project/badges/branch/build.svg
......@@ -55,7 +55,7 @@ GitLab makes it possible to define the regular expression for coverage report,
that each build log will be matched against. This means that each build in the
pipeline can have the test coverage percentage value defined.
You can access test coverage badge using following link:
You can access the test coverage badge using following link:
```
http://example.gitlab.com/namespace/project/badges/branch/coverage.svg
......@@ -63,7 +63,7 @@ http://example.gitlab.com/namespace/project/badges/branch/coverage.svg
If you would like to get the coverage report from the specific job, you can add
a `job=coverage_job_name` parameter to the URL. For example, it is possible to
use following Markdown code to embed the est coverage report into `README.md`:
use following Markdown code to embed the test coverage report into `README.md`:
```markdown
![coverage](http://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=coverage)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册