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

builds w/ coveralls failing due to stale `coverage` dependency #83

Closed pq closed 6 years ago

pq commented 6 years ago

See for example the Dart linter:

Failed to precompile dart_coveralls:dart_coveralls:
file:///home/travis/.pub-cache/hosted/pub.dartlang.org/coverage-0.10.0/lib/src/hitmap.dart:76:39: Error: Getter not found: 'JSON'.
    List<Map<String, dynamic>> json = JSON.decode(contents)['coverage'];

<snip>

Updating deps should fix it.

See: #82.

pq commented 6 years ago

Fixed w/ #82.