Exclude settings.py files from coverage reports and configure titles for the reports.

This commit is contained in:
Jay Zoldak
2012-12-17 15:00:11 -05:00
parent 91c73fc034
commit cc54c37359
4 changed files with 6 additions and 0 deletions

View File

@@ -2,11 +2,13 @@
[run]
data_file = reports/lms/.coverage
source = lms
omit = lms/envs/*
[report]
ignore_errors = True
[html]
title = LMS Python Test Coverage Report
directory = reports/lms/cover
[xml]