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

Feature request: mark routine labels and procedures as coverable #35

Open
stevelee12 opened this issue Jun 18, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@stevelee12
Copy link

As per title, would it be possible to mark Labels and Procedure blocks in routines as coverable? Similar to method coverage for classes. Even better if the results could be summarised to show that routine X has 5 labels, of which, only 2 have tests. I dont know if this would be possible?

Currently this doesn't happen, see example below (tooltip relates to line 1038):
image

It'd be useful to have this to enable us to track routines that have labels that are never touched.

This was discussed in issue #34 where @isc-tleavitt suggests:
"We could just say that a label is executable if there's ObjectScript between it and the next label, and is hit if ObjectScript between it and the next label is executed"

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants