allfed / ALLFED-Repository-Template

Use this as a template for a new project: https://medium.com/programming-lite/repository-templates-in-github-why-how-75b1d1bd43f2
Apache License 2.0
2 stars 6 forks source link

Adding automatic coverage #4

Open florianjehn opened 2 years ago

florianjehn commented 2 years ago

Would be nice to have a coverage badge that shows how much of our code is covered by the tests. However, most solutions I found either don't work or require third party subscriptions services. If someone feels up to finding a good solution here I would very much appreciate it.

florianjehn commented 1 year ago

e.g. maybe this one: https://github.com/marketplace/actions/code-coverage-summary

lukaszgajewski commented 3 weeks ago

Maybe something like this https://coveralls.io/ ? They say it's free for open source repos.

florianjehn commented 3 weeks ago

Haven't really looked into this further, as it is probably not worth the effort. But if you have an easy fix, feel free to submit a pull request.