helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.1k stars 189 forks source link

Fix code coverage badge #313

Open PanderMusubi opened 10 months ago

PanderMusubi commented 10 months ago

Proposal to remove the coverall badge from the readme as the last check is stuck at 92% in 2021. (Or fix the coverall runs.)

Fix the codecov error as seen in https://github.com/helloflask/bootstrap-flask/actions/runs/5927943152/job/16072510875#step:7:44

Add codecov badge to the readme file.

greyli commented 7 months ago

Replace the current badge with:

[![codecov](https://codecov.io/gh/helloflask/bootstrap-flask/graph/badge.svg?token=JdY3VA1z0G)](https://codecov.io/gh/helloflask/bootstrap-flask)