gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
242 stars 10 forks source link

Add Github workflow file #81

Closed MarkKremer closed 1 year ago

MarkKremer commented 1 year ago

Do this before merging

  1. Go to coveralls.io
  2. Login or create an account. Easiest is to use Github as you'll probably need to connect to it anyway.
  3. Enable the Pixel repo. You'll need sufficient access rights to do this.
  4. Take note of the token.
  5. Add the token as a secret to the Github Actions under under Security → Secrets and variables → Actions → Secrets → New repository secret. Give it the name COVERALLS_REPO_TOKEN.

image

  1. Repeat for all other gopxl repo's. I'll make PR's for them too.