1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #16817 - Added a guide of code coverage to contributing docs.

Thanks Pedro Lima for the draft patch.
This commit is contained in:
Tim Graham
2012-10-11 06:11:52 -04:00
parent 7ef2781ca0
commit 06f5da3d78
5 changed files with 31 additions and 0 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@
MANIFEST
dist/
docs/_build/
tests/coverage_html/
tests/.coverage