Skip to content

Commit fc20dfd

Browse files
Vasyuk VladimirKorablev77
Vasyuk Vladimir
authored andcommitted
Add test badges and fix build badge
Since we're moving from Travis CI to GitHub Actions, we need to change badges in README.rst. - Adds Linux test badge for fast_testing.yml workflow status; - Adds OS X test badge for osx_testing.yml workflow status; - Fixes build badge for packaging.yml workflow status.
1 parent f1c9bbd commit fc20dfd

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.github/workflows/fast_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: fast_testing
1+
name: Linux testing
22

33
on:
44
workflow_dispatch:

.github/workflows/osx_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: osx_testing
1+
name: OS X testing
22

33
on: [push, pull_request]
44

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: packaging
1+
name: Packaging
22

33
on: [push, pull_request]
44

README.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
Tarantool C client libraries
33
-------------------------------------------------------------------------------
44

5-
.. image:: https://travis-ci.org/tarantool/tarantool-c.svg?branch=master
6-
:target: https://travis-ci.org/tarantool/tarantool-c
5+
.. image:: https://github.com/tarantool/tarantool-c/workflows/fast_testing/badge.svg
6+
:target: https://github.com/tarantool/tarantool-c/actions/workflows/fast_testing.yml?query=branch%3Amaster
7+
:alt: Linux testing
8+
9+
.. image:: https://github.com/tarantool/tarantool-c/workflows/osx_testing/badge.svg
10+
:target: https://github.com/tarantool/tarantool-c/actions/workflows/osx_testing.yml?query=branch%3Amaster
11+
:alt: OS X testing
12+
13+
.. image:: https://github.com/tarantool/tarantool-c/workflows/packaging/badge.svg
14+
:target: https://github.com/tarantool/tarantool-c/actions/workflows/packaging.yml?query=branch%3Amaster
15+
:alt: Packaging
716

817
===========================================================
918
About

0 commit comments

Comments
 (0)