[tarantool-patches] [PATCH] readme: add GitLab-CI badge
Alexander Turenko
alexander.turenko at tarantool.org
Fri Aug 30 17:16:11 MSK 2019
Aside of that fixed other badges URLs to point to master branch.
---
no issue
https://github.com/tarantool/tarantool/tree/Totktonada/add-gitlab-ci-badge
I had added [1] instead of [2], because the latter looks as a mess. [1]
shows CI statuses for master branch.
[1]: https://gitlab.com/tarantool/tarantool/commits/master
[2]: https://gitlab.com/tarantool/tarantool/pipelines
README.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 020f79815..b682cabeb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Tarantool
[![Build Status][travis-badge]][travis-url]
+[![Build Status][gitlab-ci-badge]][gitlab-ci-url]
[![Code Coverage][coverage-badge]][coverage-url]
[![Telegram][telegram-badge]][telegram-url]
[![Slack][slack-badge]][slack-url]
@@ -52,10 +53,12 @@ list, tarantool at googlegroups.com.
Thank you for your interest in Tarantool!
-[travis-badge]: https://api.travis-ci.org/tarantool/tarantool.svg?branch=2.1
+[travis-badge]: https://api.travis-ci.org/tarantool/tarantool.svg?branch=master
[travis-url]: https://travis-ci.org/tarantool/tarantool
-[coverage-badge]: https://coveralls.io/repos/github/tarantool/tarantool/badge.svg?branch=2.1
-[coverage-url]: https://coveralls.io/github/tarantool/tarantool?branch=2.1
+[gitlab-ci-badge]: https://gitlab.com/tarantool/tarantool/badges/master/pipeline.svg
+[gitlab-ci-url]: https://gitlab.com/tarantool/tarantool/commits/master
+[coverage-badge]: https://coveralls.io/repos/github/tarantool/tarantool/badge.svg?branch=master
+[coverage-url]: https://coveralls.io/github/tarantool/tarantool?branch=master
[groups-badge]: https://img.shields.io/badge/Google-Groups-orange.svg
[groups-url]: https://groups.google.com/forum/#!forum/tarantool
[telegram-badge]: https://img.shields.io/badge/Telegram-join%20chat-blue.svg
--
2.22.0
More information about the Tarantool-patches
mailing list