diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/control.py b/coverage/control.py index 28d084bf..81017b91 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -650,6 +650,7 @@ class coverage(object): ('python', sys.version.replace('\n', '')), ('platform', platform.platform()), ('implementation', implementation), + ('executable', sys.executable), ('cwd', os.getcwd()), ('path', sys.path), ('environment', [ |