diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-29 21:50:23 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-29 21:50:23 -0400 |
| commit | 62ab88a1a06e712427c1f57c561e2afb7aa7b21d (patch) | |
| tree | 8c076d984bbca191d14b2d780caaab85a1e1a78d /CHANGES.txt | |
| parent | 89d2c9dc416949ca9e3181f8367de1e5dd8e3fde (diff) | |
| download | python-coveragepy-62ab88a1a06e712427c1f57c561e2afb7aa7b21d.tar.gz | |
Python stdlib is now not measured by default. If needed, turn it on with the -L switch.coverage-3.0b2
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 50ac0dd..b1634ca 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,9 @@ HTML reporting, and continued refactoring. - HTML reports and annotation of source files: use the new -b switch. Thanks
to George Song for code, inspiration and guidance.
+- Code in the Python standard library is not measured by default. If you need
+ to measure standard library code, use the -L switch during execution.
+
- Annotation into a directory (-a -d) behaves differently. The annotated files
are named with their hierarchy flattened so that same-named files from
different directories no longer collide. Also, only files in the current
|
