Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement simple coverage functionality underneath tracer #58

Open
smacke opened this issue Apr 15, 2021 · 2 comments
Open

implement simple coverage functionality underneath tracer #58

smacke opened this issue Apr 15, 2021 · 2 comments

Comments

@smacke
Copy link
Member

smacke commented Apr 15, 2021

We don't currently generate coverage reports because existing tools require tracing, which conflicts with our use of tracing. One option is to implement our own coverage functionality. Another option could be to somehow compose the tracing function used in other coverage tools with our own, and provide to sys.settrace(...).

@smacke
Copy link
Member Author

smacke commented Sep 26, 2021

this is done

@smacke smacke closed this as completed Sep 26, 2021
@smacke
Copy link
Member Author

smacke commented Sep 26, 2021

Actually scratch that, it's not 100% done -- the coverage functionality has false negatives for stuff that gets executed under sys_tracer; possibly no good way around that but will reopen this issue to track.

@smacke smacke reopened this Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant