- added build test
 - probably fixed some trash
- coverage test should only wait for test_dmd_debug
This commit is contained in:
Dawid Masiukiewicz 2020-04-25 11:09:35 +00:00
parent d47a5c3e5c
commit b434d851ed
4 changed files with 66 additions and 11 deletions

View file

@ -1,5 +1,5 @@
# 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)
[![codecov](https://codecov.io/gl/Mergul/bubel-ecs/branch/master/graph/badge.svg?token=Unm0TJhFoW)](https://codecov.io/gl/Mergul/bubel-ecs)
Entity-Component-System implementation in D language.
Entity-Component-System implementation in D language.