johnklee / fpu

Functional programming utility
MIT License
4 stars 4 forks source link

Add badges and update ci-build workflow #59

Closed wkCircle closed 1 year ago

wkCircle commented 1 year ago

This PR is related to #19

The PR

Build success: A successful workflow run on my forked repo can be seen here. A sample demo of the readme badge output can be seen here. A sample demo of coveralls webpage can be seen here.

Issues:

  1. coveralls requires secrets.COVERALLS_REPO_TOKEN (as seen in ci-build.yml). @johnklee needs to set this secret up following Coveralls Official Tutorial.
  2. the README's current coveralls badge link connects to wkCircle/fpu/badge.svg?branch=19-badges, @johnklee needs to change it to johnklee/fpu/badge.svg?branch=master.

I didn't do this because I wanna show the demo and at the same time I don't have the permission of the original repo.

Question: Is there a way that you can download the branch 19-badges and continue to work on it, so you can test everything on your side with your permission?

I will mention the status in the issue #19