-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug] aptos move coverage is incorrectly calculated #14448
Comments
The problem may be more severe than this. The summary view is inconsistent with the source view. In the following listing, summary shows module
|
This issue is stale because it has been open 45 days with no activity. Remove the |
To reduce effort debugging, note that you can test changes to the coverage code by running the
The first build took 21 minutes for me, but after that it is not rebuilt. |
🐛 Bug
The stats generated by
aptos move coverage summary
use incorrect covered/unconvered numbers because inlined function line numbers are attributed to the calling module.The summaries shown by
aptos move coverage source
likely fail to show inline functions called from tests in other modules.This will take some effort to sort out.
The text was updated successfully, but these errors were encountered: