-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
API: Attributable Test Coverage #212196
Labels
api-finalization
feature-request
Request for new features or functionality
test-coverage
testing
Built-in testing support
Milestone
Comments
connor4312
added
feature-request
Request for new features or functionality
api-proposal
testing
Built-in testing support
test-coverage
labels
May 7, 2024
This was referenced May 7, 2024
Closed
Peek at initial UI: #212403 |
This was referenced May 10, 2024
is this feature limited to code for vscode or other projects can utilize this for their test coverage? |
Once the API is finalized, anyone can use it. It is subject to change until then, but we encourage folks to try it out and let us know how it works for them. |
63 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-finalization
feature-request
Request for new features or functionality
test-coverage
testing
Built-in testing support
For a variety of reasons, it may be useful to know what tests generated what coverage. So let's add some API for that in the form of a second optional parameter for
addCoverage
.The text was updated successfully, but these errors were encountered: