Add Copyright to the diff-coverage tool
Change-Id: I60002c2396dbbf329fa8e513d5c0d6404524fb90 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
parent
3cf0d7b5be
commit
bdc134e961
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,7 +40,7 @@ pip-delete-this-directory.txt
|
|||||||
.coverage
|
.coverage
|
||||||
.cache
|
.cache
|
||||||
cover/
|
cover/
|
||||||
|
diff_coverage_html/
|
||||||
# Log files:
|
# Log files:
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
diff-coverage
|
diff-coverage
|
||||||
|
|
||||||
|
Copyright (c) 2012, Preston Holmes and other contributors.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Mainly from https://github.com/ptone/diff-coverage, with modifications to
|
||||||
|
fit the daisycloud-core project directory arrangement.
|
||||||
|
|
||||||
This module will, in a somewhat inflexible way, compare a diff coverage.py
|
This module will, in a somewhat inflexible way, compare a diff coverage.py
|
||||||
data to determine whether lines added or modified in the diff, were executed
|
data to determine whether lines added or modified in the diff, were executed
|
||||||
during a coverage session.
|
during a coverage session.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user