-
Notifications
You must be signed in to change notification settings - Fork 64
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
Never completes #25
Comments
Seems not to be related to this package. It's just that the generated Dart file never completes. |
What did you do? :D |
dart test --coverage (or similar) is a thing now. No need for an additional package anymore. |
@zoechi that only generates json files ( |
any update on this one? |
pub run test_coverage |
The cursor keeps blinking at this location and there is only ever output if one or more tests fail.
If all tests succeed (checked with
pub run test
),pub run test_coverage
just hangs there forever.The text was updated successfully, but these errors were encountered: