From 1caab5200c7b31b8d9223be55c6877335c73f9a0 Mon Sep 17 00:00:00 2001
From: Evgeniy Kulikov <im-kulikov@users.noreply.github.com>
Date: Wed, 5 Feb 2020 13:55:07 +0300
Subject: [PATCH] Add badges

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index d9a97b8..1320e72 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
 # NeoFS API
 
+![Go](https://github.com/nspcc-dev/neofs-api/workflows/Go/badge.svg)
+[![codecov](https://codecov.io/gh/nspcc-dev/neofs-api/branch/master/graph/badge.svg)](https://codecov.io/gh/nspcc-dev/neofs-api)
+[![Report](https://goreportcard.com/badge/github.com/nspcc-dev/neofs-api)](https://goreportcard.com/report/github.com/nspcc-dev/neofs-api)
+[![GitHub release](https://img.shields.io/github/release/nspcc-dev/neofs-api.svg)](https://github.com/nspcc-dev/neofs-api)
+![GitHub license](https://img.shields.io/github/license/nspcc-dev/neofs-api.svg?style=popout)
+
+---
+
 NeoFS API repository contains implementation of core NeoFS structures that
 can be used for integration with NeoFS.