-
Notifications
You must be signed in to change notification settings - Fork 45
Update python coverage collection #2100
Copy link
Copy link
Closed
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestlang-pythonIssue is related to python supportIssue is related to python support
Description
Description
Problem: now we can't get covered lines if the tested function was stopped by timeout.
Possible solutions:
- Use custom tracer and send covered lines to special socket channel.
- Use custom tracer, multithread in python executor for timeout tracking and save trace inside python and send it after timeout
Expected behavior
There are opportunity to get coverage if the tested function was cancelled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestlang-pythonIssue is related to python supportIssue is related to python support
Type
Projects
Status
Done