django-coverage icon indicating copy to clipboard operation
django-coverage copied to clipboard

Yet another django test coverage app with nice custom html reports. The official git mirror.

Results 6 django-coverage issues
Sort by recently updated
recently updated
newest added

This pull request move badge creation in TestRunner, so normal template can generate badge too.

Add a new settings to allow coverage configuration file loading. I'll update README.rst if this pull request is accepted: https://github.com/kmike/django-coverage/pull/7

Hi again :smile: , This pull request just add settings in `README.rst`. It's no very sexy but I think it's usefull to see how `django-coverage` is easily customisable. Bye.

Added COVERAGE_IGNORE_TESTS for excluding some app tests from suite.

Hi there, This pull request is about merging `test_coverage` and `test` management commands. **Why ?** Because, it could be nice to have the benefit of `test` command with coverage. For...