index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
.coveragerc
Age
Commit message (
Expand
)
Author
2023-09-07
Fixed #34810 -- Measured test coverage on django-admin commands.
Jacob Walls
2023-04-27
Restored multiprocessing concurrency on coverage.py settings
Marc Gibbons
2023-03-15
Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."
Mariusz Felisiak
2023-02-11
Fixed #33213 -- Doc'd testing code coverage in parallel and used it.
Paolo Melchiorre
2015-08-04
Fixed #25209 -- Removed parallel=True coverage option
Peter Schmidt
2015-06-23
Improved coverage configuration
Markus Holtermann
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.importlib per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.dictconfig per deprecation timeline.
Tim Graham
2014-11-19
Removed nonexistent module django.test._doctest from coveragerc.
Tim Graham
2013-08-25
Made coverage ignore files without associated source code.
Ramiro Morales
2013-06-29
More import removals
Claude Paroz
2013-02-26
Adjusted coveragerc
Florian Apolloner
2012-10-11
Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham