Hi all.
I have a Ruby repository on github, and I have set up the code coverage with Simplecov. I seem to be unable to show the coverage percentage on a badge though.
are you talking about GitHub or GitLab? Assuming GitLab, note that coverage is capture in GitLab by specifying a regular expression that will be matched against the output of your script part. Nothing more, nothing less.
So if coveralls somehow reports you back something in your script, you should try to make the coverage percentage number to be written in output, so that you can then have the above-mentioned regular expression to match it.