From 790ffa6bdfd702f2d17d9204046c56041e1e04aa Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Quiros Date: Sun, 27 Jun 2021 22:02:02 +0200 Subject: [PATCH] Add gh repository badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f6e45b..8caaf01 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Run Python Tests](https://github.com/danielSanchezQ/rusty_results/actions/workflows/ci.yml/badge.svg)](https://github.com/danielSanchezQ/rusty_results/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/danielSanchezQ/rusty_results/branch/main/graph/badge.svg?token=6A8TEB63V0)](https://codecov.io/gh/danielSanchezQ/rusty_results) [![Downloads](https://pepy.tech/badge/rusty-results)](https://pepy.tech/project/rusty-results) +[![GitHub release](https://img.shields.io/badge/github-repository-blue)](https://github.com/danielsanchezq/rusty_results) Rusty results is a Python library for dealing with result and optional types inspired by rust standard library.