Skip to content

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

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
Hixie opened this issue Feb 11, 2019 · 1 comment
Closed

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

Hixie opened this issue Feb 11, 2019 · 1 comment

Comments

@Hixie
Copy link
Contributor

Hixie commented Feb 11, 2019

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.

@vsmenon
Copy link
Member

vsmenon commented Feb 11, 2019

This issue was moved to dart-lang/test#983

@vsmenon vsmenon closed this as completed Feb 11, 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