Flexonze / django-auto-actions

Automatically generates basic Django admin actions based on your models' fields
MIT License
18 stars 4 forks source link

Update README coverage badge to point to actual coverage results #2

Open GabLeRoux opened 1 month ago

GabLeRoux commented 1 month ago

Right now, the project's README file shows a hardcoded 100% coverage badge (see here). To provide more accurate and dynamic coverage data, it would be ideal to link the badge to a coverage reporting service.

Suggested Solution:

I recommend using a coverage service like Codecov which is easy to set up and widely supported. There are other alternatives such as:

See #1 for the Codecov integration example.

Goal: Replace the hardcoded 100% coverage badge with one that dynamically reflects the actual coverage results hosted by one of the services above.

Flexonze commented 1 month ago

Blocked by https://github.com/Flexonze/django-auto-actions/issues/6