Added pipeline status indicator to README.md

This commit is contained in:
Dawid Masiukiewicz 2020-04-14 18:37:00 +00:00
parent 46530ff45b
commit 72617bc2a5

View file

@ -1,3 +1,5 @@
# Dynamic Entity Component System # Dynamic Entity Component System
[![pipeline status](https://gitlab.com/Mergul/bubel-ecs/badges/master/pipeline.svg)](https://gitlab.com/Mergul/bubel-ecs/-/commits/master)
[![coverage report](https://gitlab.com/Mergul/bubel-ecs/badges/master/coverage.svg)](https://gitlab.com/Mergul/bubel-ecs/-/commits/master)
Entity-Component-System implementation in D language. Entity-Component-System implementation in D language.