Skip to content

package:test should have a way to collect coverage for VM tests #983

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

Closed
vsmenon opened this issue Feb 11, 2019 · 2 comments
Closed

package:test should have a way to collect coverage for VM tests #983

vsmenon opened this issue Feb 11, 2019 · 2 comments

Comments

@vsmenon
Copy link
Member

vsmenon commented Feb 11, 2019

From @Hixie on February 11, 2019 18:0

The flutter tool has a bunch of tests. Currently we have no good way to collect coverage to determine what lines in the tool are covered and what lines are not.

Ideally we would be able to run something like pub run test --coverage and get out a single lcov.info file that describes coverage of the tool.

Copied from original issue: dart-lang/sdk#35910

@vsmenon
Copy link
Member Author

vsmenon commented Feb 11, 2019

fyi - @grouma

@cbracken
Copy link
Member

cbracken commented Apr 9, 2019

Likely dupe of #36, which is slightly more general (please re-open if not).

@cbracken cbracken closed this as completed Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants