From e303d53565b796253988aaf9b59789438af98722 Mon Sep 17 00:00:00 2001 From: domi41 Date: Sat, 3 Jul 2021 15:47:00 +0200 Subject: [PATCH] docs: add a Lines of Code badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 021eaf4..ea604bf 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,14 @@ [![Build Status](https://img.shields.io/github/workflow/status/MieuxVoter/majority-judgment-library-go/Go?style=for-the-badge)](https://github.com/MieuxVoter/majority-judgment-library-go/actions/workflows/go.yml) [![Release](https://img.shields.io/github/v/release/MieuxVoter/majority-judgment-library-go?include_prereleases&style=for-the-badge)](https://github.com/MieuxVoter/majority-judgment-library-go/releases) [![Coverage](https://img.shields.io/codecov/c/github/MieuxVoter/majority-judgment-library-go?style=for-the-badge&token=FEUB64HRNM)](https://app.codecov.io/gh/MieuxVoter/majority-judgment-library-go/) +![LoC](https://img.shields.io/tokei/lines/github/MieuxVoter/majority-judgment-library-go?style=for-the-badge) [![Discord Chat https://discord.gg/rAAQG9S](https://img.shields.io/discord/705322981102190593.svg?style=for-the-badge)](https://discord.gg/rAAQG9S) > WORK IN PROGRESS +> - [x] Basic Working Implementation +> - [ ] Balancers (static and median) +> - [ ] Decide on integer types +> - [ ] Clean up and Release A Go library to deliberate using Majority Judgment.