upgrade coverage to v4.4.1
This commit is contained in:
parent
cf5da6bf5b
commit
a98f9ca422
2 changed files with 7 additions and 1 deletions
|
@ -39,6 +39,12 @@ Exit code used when the JSON input from `--extra-heartbeats` is malformed.
|
|||
"""
|
||||
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.
|
||||
Files larger than this in bytes will not have a line count stat for performance.
|
||||
Default is 2MB.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue