awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

Build & Testing automation #14

Closed glvr182 closed 5 years ago

glvr182 commented 5 years ago

This PR is here to add a bunch of badges and a circleci config. I set up a codecov report, a go report badge, and a circleci reviewer already.

Fixes #13

Signed-off-by: Glenn Vriesman glenn.vriesman@gmail.com

glvr182 commented 5 years ago

After a bunch of force pushing I managed to get it working @mjarkk @skanehira Waiting for your reviews!

mjarkk commented 5 years ago

LGTM, I see there are no good tests yet but that's also a bit hard with this project, maybe we can add those later.

glvr182 commented 5 years ago

We should indeed look into that, we could achieve some basic things with go test but i fear that checking if the view was rendered correctly will be a challenge