We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 tools can't currently track coverage on files bundled by Endo. (see Agoric/agoric-sdk#1817)
A pass-through style bundle that passes a live object. It should not be possible to obtain such a bundle from a JSON.parse or Endo fromCapData.
JSON.parse
fromCapData
A new case in https://github.com/endojs/endo/blob/master/packages/import-bundle/src/index.js#L83-L110
Then downstream projects can make these pass-through bundles to get code coverage (e.g. Agoric/agoric-sdk#10558)
The text was updated successfully, but these errors were encountered:
feat(import-bundle): Test bundle format #2719
058918b
c18ed26
kriskowal
Successfully merging a pull request may close this issue.
What is the Problem Being Solved?
Code coverage tools can't currently track coverage on files bundled by Endo. (see Agoric/agoric-sdk#1817)
Description of the Design
A pass-through style bundle that passes a live object. It should not be possible to obtain such a bundle from a
JSON.parse
or EndofromCapData
.A new case in https://github.com/endojs/endo/blob/master/packages/import-bundle/src/index.js#L83-L110
Then downstream projects can make these pass-through bundles to get code coverage (e.g. Agoric/agoric-sdk#10558)
Security Considerations
Scaling Considerations
Test Plan
Compatibility Considerations
Upgrade Considerations
The text was updated successfully, but these errors were encountered: