summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-15 21:54:04 +0100
committera14m <[email protected]>2020-12-15 21:54:04 +0100
commit8878c671e1cd81e06e8984a4f13921440c7cab7d (patch)
treeacb67f80a0fc4fb294e7b515f20b633d06dbf561 /README.md
parent3640a4c90a1df1955dac8741bde27c22cf9ad807 (diff)
Clean gitlab/codecov parts
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2adb7a5..2dbe485 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,7 @@
A repo that includes a different implementations for [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
in the following languages
-[![pipeline status](https://gitlab.com/a14m/game-of-life/badges/master/pipeline.svg)](https://gitlab.com/a14m/game-of-life/-/commits/master)
[![license](https://img.shields.io/badge/license-MIT-brightgreenA)](https://gitlab.com/a14m/game-of-life/-/blob/master/LICENSE.md)
-[![codecov](https://codecov.io/gl/a14m/game-of-life/branch/master/graph/badge.svg?token=8KQ6LN5E6Z)](https://codecov.io/gl/a14m/game-of-life)
- [Ruby](./CLI/ruby) [![Gem Version](https://badge.fury.io/rb/terminal_game_of_life.svg)](https://badge.fury.io/rb/terminal_game_of_life)
- [Rust](./CLI/rust) WIP