-
Notifications
You must be signed in to change notification settings - Fork 1
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
Code coverage support #3
Comments
Mojo build has this warning in it's help banner:
Alas, I tried some experiments with the mojo debugger, but failed to emit the file and line number of the mojo source:
|
Need to re-evaluate if this is feasible, after #17 . |
Closing this until such time as |
The initial implementation of
mojo-pytest
simply usesmojo run
, however usingmojo build; mojo debug
and passing appropriate LLDB commands to the process, could maybe enable pytest code coverage reporting.The text was updated successfully, but these errors were encountered: