upgrade coverage to v4.4.1
This commit is contained in:
parent
cf5da6bf5b
commit
a98f9ca422
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
coverage==4.4
|
coverage==4.4.1
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
nose==1.3.7
|
nose==1.3.7
|
||||||
nose-capturestderr==1.2
|
nose-capturestderr==1.2
|
||||||
|
|
|
@ -39,6 +39,12 @@ Exit code used when the JSON input from `--extra-heartbeats` is malformed.
|
||||||
"""
|
"""
|
||||||
MALFORMED_HEARTBEAT_ERROR = 106
|
MALFORMED_HEARTBEAT_ERROR = 106
|
||||||
|
|
||||||
|
""" Connection Error
|
||||||
|
Exit code used when there was proxy or other problem connecting to the WakaTime
|
||||||
|
API servers.
|
||||||
|
"""
|
||||||
|
CONNECTION_ERROR = 107
|
||||||
|
|
||||||
""" Max file size supporting line number count stats.
|
""" Max file size supporting line number count stats.
|
||||||
Files larger than this in bytes will not have a line count stat for performance.
|
Files larger than this in bytes will not have a line count stat for performance.
|
||||||
Default is 2MB.
|
Default is 2MB.
|
||||||
|
|
Loading…
Reference in a new issue