-
Notifications
You must be signed in to change notification settings - Fork 40
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
CP-2145 Uncaught Error: Exception: Coverage formatting failed. #50
Comments
Looks like this is because dart 1.12 removes the packages directory in favor of a single I've got an issue open for running dart_doc - you can follow it here: dart-archive/coverage#26 Thanks for interest in the project @rayk and keep the feedback coming! |
At this point I don't think there's anything we can do since 1.12 hasn't hit stable yet and the dependencies we use to run tests and coverage don't support it yet, either. I've opened an issue with the coverage package (dart-lang/tools#561) and there is already an issue open with the test package (dart-lang/test#327). I'll update this issue as things progress. |
Coverage works with Dart 1.12 as long as you're not using the |
Guys love the idea of ddev... Hopefully by endless grinder task can go away..
Anyhow run into this problem
Dart Version
Dart VM version: 1.12.0-dev.5.9 (Mon Aug 24 03:56:54 2015) on "macos_x64"
Description
I can make this happen consistently, if you use stagehand to set a
package-simple
project. You will certain hit the problem.Thanks in advance and keep the work... Just need a way to run dart_doc now.
The text was updated successfully, but these errors were encountered: