Skip to content
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

Closed
zoechi opened this issue Oct 29, 2020 · 5 comments
Closed

Never completes #25

zoechi opened this issue Oct 29, 2020 · 5 comments

Comments

@zoechi
Copy link

zoechi commented Oct 29, 2020

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.

Dart SDK version: 2.11.0-213.1.beta (beta) (Unknown timestamp) on "linux_x64"
@zoechi
Copy link
Author

zoechi commented Oct 29, 2020

Seems not to be related to this package. It's just that the generated Dart file never completes.

@zoechi zoechi closed this as completed Oct 29, 2020
@long1eu
Copy link

long1eu commented Dec 21, 2020

What did you do? :D

@zoechi
Copy link
Author

zoechi commented Dec 22, 2020

dart test --coverage (or similar) is a thing now. No need for an additional package anymore.

@xamantra
Copy link

@zoechi that only generates json files (*.vm.json) and most coverage software uses lcov.info file.
You need other libraries to generate the lcov file and those other libraries also hangs up on my computer idk. This is really frustrating. I also tried looking into this issue but didn't help: --coverage should generate a lcov.info file #1265

@yoliva
Copy link

yoliva commented Apr 22, 2021

any update on this one?

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

4 participants