nikosarcevic / CosmOracle

Home Page:https://share.streamlit.io/nikosarcevic/cosmoracle/main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code coverage badge

marcobonici opened this issue · comments

I'd like to add a badge with the code coverage. While this is not fundamental from our point of view, seeing a badge with the code coverage should increase the users confidence in our tools.

I have opened a separate branch, where I have started working a bit. In particular, I have added the code coverage, In particular, it saves a badge at
Saved badge to /home/runner/work/CosmOracle/CosmOracle/coverage.svg

So, probably the problem is just in linking the badge created to the README.

I am actually not even sure what it means but go ahead and do it

I've added a CI badge to the README. It simply indicates that the CI tests pass (not their coverage). Keep in mind that it currently points to the main branch.

I've added a CI badge to the README. It simply indicates that the CI tests pass (not their coverage). Keep in mind that it currently points to the main branch.

dank je wel, Matthijs

QUite beautiful! @lonbar , which guide/tutorial did you follow?

Workflow badges are built into GitHub (see here). I'm still not sure where coverage stores the badge info.

I've added a coverage badge by hand (commit 03e4d2b). At the moment I think that is the best that we can do.

Added.