block-forest / dart-coveralls

Calculate coverage of your dart scripts, format it to LCOV and send it to coveralls
https://pub.dartlang.org/packages/dart_coveralls
MIT License
27 stars 17 forks source link

'pub global activate dart_coveralls' does not work with Dart 2.0 #89

Open Ne4istb opened 6 years ago

Ne4istb commented 6 years ago

Hi there,

I just switched one of my packages to Dart 2.0 but the build fails because of fail in resolving dependencies while activating dart_coveralls Here is the build: https://travis-ci.org/VerbalExpressions/DartVerbalExpressions/jobs/415045066 Travis config: https://github.com/VerbalExpressions/DartVerbalExpressions/blob/master/.travis.yml Travis build script: https://github.com/VerbalExpressions/DartVerbalExpressions/blob/master/tool/travis.sh

Probably, I forget to update something, but I cannot figure out what exactly. Could you help me?

pq commented 6 years ago

We’re hitting this snag in the linter build too.

The underlying issue is with the file package and is being tracked here:

https://github.com/google/file.dart/issues/88