Skip to content

Commit 1bb635f

Browse files
committed
documentation: add build status badges
1 parent 39b6165 commit 1bb635f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Key-Value Web Server
1+
# Key-Value Web Server [![Code license](https://img.shields.io/github/license/work-examples/key-value-web-server)](LICENSE)
22

33
An HTTP web server with a REST API for persistent key-value storage.
44
Collects read-write statistics for the entire storage and for each key.
@@ -8,6 +8,11 @@ Collects read-write statistics for the entire storage and for each key.
88
**Software requirements**: `CMake 3.2+`, C++17 compatible compiler, `Python 3.7+`
99
**Operation systems**: `Windows`, `Linux`, `macOS`
1010

11+
| Branch | CI Build Status |
12+
|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13+
| **master** | [![CI status](https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=master)](https://github.com/work-examples/key-value-web-server/actions?query=branch%3Amaster) |
14+
| **develop** | [![CI status](https://github.com/work-examples/key-value-web-server/actions/workflows/build_cmake.yml/badge.svg?branch=develop)](https://github.com/work-examples/key-value-web-server/actions?query=branch%3Adevelop) |
15+
1116
## Test Task Description
1217

1318
You need to write two applications, a client and a server, that communicate with each other.

0 commit comments

Comments
 (0)