Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs code coverage calculation #541

Open
dancergraham opened this issue Dec 28, 2024 · 0 comments
Open

Needs code coverage calculation #541

dancergraham opened this issue Dec 28, 2024 · 0 comments

Comments

@dancergraham
Copy link
Contributor

dancergraham commented Dec 28, 2024

relates to #501

It would be great to have a code coverage calculation in the repo. My first thoughts on this:

  • add coverage.py as a test dependency?
  • configure coverage to check appropriate files e.g.:
    • exclude docs or report them separately?
    • exclude test_app or report it separately?
    • Any other standard config or exclusions for django projects?
  • add a coverage section to the tox configuration, probably just using the latest supported versions of python and django?
  • ensure this runs properly in ci - add necessary secrets or env vars
  • [if-minor]add a badge to the main project readme either linked to the github workflow or linked to codecov
  • [if-minor]ensure it runs properly in codecov - needs config like this ? https://github.com/jazzband/django-axes/blob/master/codecov.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant