Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c96e9164
Commit
c96e9164
authored
Aug 20, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix urls to use proper example style
parent
2bd832e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/ci/pipelines/settings.md
doc/ci/pipelines/settings.md
+4
-4
No files found.
doc/ci/pipelines/settings.md
View file @
c96e9164
...
...
@@ -263,7 +263,7 @@ Depending on the status of your job, a badge can have the following values:
You can access a pipeline status badge image using the following link:
```
plaintext
https://
example.gitlab
.com/<namespace>/<project>/badges/<branch>/pipeline.svg
https://
gitlab.example
.com/<namespace>/<project>/badges/<branch>/pipeline.svg
```
### Test coverage report badge
...
...
@@ -275,7 +275,7 @@ pipeline can have the test coverage percentage value defined.
The test coverage badge can be accessed using following link:
```
plaintext
https://
example.gitlab
.com/<namespace>/<project>/badges/<branch>/coverage.svg
https://
gitlab.example
.com/<namespace>/<project>/badges/<branch>/coverage.svg
```
If you would like to get the coverage report from a specific job, you can add
...
...
@@ -294,7 +294,7 @@ Pipeline badges can be rendered in different styles by adding the `style=style_n
#### Flat (default)
```
plaintext
https://
example.gitlab
.com/<namespace>/<project>/badges/<branch>/coverage.svg?style=flat
https://
gitlab.example
.com/<namespace>/<project>/badges/<branch>/coverage.svg?style=flat
```
![
Badge flat style
](
https://gitlab.com/gitlab-org/gitlab/badges/master/coverage.svg?job=coverage&style=flat
)
...
...
@@ -304,7 +304,7 @@ https://example.gitlab.com/<namespace>/<project>/badges/<branch>/coverage.svg?st
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/30120) in GitLab 11.8.
```
plaintext
https://
example.gitlab
.com/<namespace>/<project>/badges/<branch>/coverage.svg?style=flat-square
https://
gitlab.example
.com/<namespace>/<project>/badges/<branch>/coverage.svg?style=flat-square
```
![
Badge flat square style
](
https://gitlab.com/gitlab-org/gitlab/badges/master/coverage.svg?job=coverage&style=flat-square
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment