diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-25 17:38:49 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-25 17:38:49 -0400 |
| commit | a5444ff5e0268a86571b5cdbc609a8d7d1aeac5f (patch) | |
| tree | 8e843df720c0b6ea81da3b2e5f699b47b6e7a2a1 /igor.py | |
| parent | a7acd74eabe3a0764c50bba7eb1f1dd5acef46c7 (diff) | |
| download | python-coveragepy-git-a5444ff5e0268a86571b5cdbc609a8d7d1aeac5f.tar.gz | |
I wanted to combine after each platform run.
Diffstat (limited to 'igor.py')
| -rw-r--r-- | igor.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ def run_tests_with_coverage(tracer, *nose_args): cov.stop() os.remove(pth_path) - #cov.combine() + cov.combine() cov.save() |
